getRegionList
    • PDF

    getRegionList

    • PDF

    Article Summary

    Overview

    Gets a list of regions.

    Request

    Request parameters

    ParameterRequiredTypeLimitationsDescription
    regionNoNStringRegion number
    This parameter limits results to the specified region.
    Get available values by using the getRegionList action.
    - Example) regionNo=10

    Response

    Response body

    Examples

    Request example

    GET {SERVER_API_URL}/getRegionList
    

    Response example

    <getRegionListResponse>
      <requestId>3e06de9d-97f2-4309-bd60-943865db33ab</requestId>
      <returnCode>0</returnCode>
      <returnMessage>success</returnMessage>
      <totalRows>8</totalRows>
      <regionList>
        <region>
          <regionNo>1</regionNo>
          <regionCode>KR</regionCode>
          <regionName>Korea</regionName>
        </region>
        <region>
          <regionNo>2</regionNo>
          <regionCode>USW</regionCode>
          <regionName>US-West(Old)</regionName>
        </region>
        <region>
          <regionNo>3</regionNo>
          <regionCode>HK</regionCode>
          <regionName>HongKong</regionName>
        </region>
        <region>
          <regionNo>6</regionNo>
          <regionCode>DE</regionCode>
          <regionName>Germany(Old)</regionName>
        </region>
        <region>
          <regionNo>7</regionNo>
          <regionCode>SGN</regionCode>
          <regionName>Singapore(New)</regionName>
        </region>
        <region>
          <regionNo>8</regionNo>
          <regionCode>JPN</regionCode>
          <regionName>Japan(New)</regionName>
        </region>
        <region>
          <regionNo>9</regionNo>
          <regionCode>USWN</regionCode>
          <regionName>US-West(New)</regionName>
        </region>
        <region>
          <regionNo>10</regionNo>
          <regionCode>DEN</regionCode>
          <regionName>Germany(New)</regionName>
        </region>
      </regionList>
    </getRegionListResponse>
    

    Was this article helpful?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.