List Locations


GET http://openapi.ck1info.com/v1/locations
Description: List of ck1 handle locations

Request

None.

Response

NameDataTypeAnnotationRequiredDescriptionExample
LocationId string

None.

GZ

LocationName string

None.

广州

Response in JSON
[
  {
    "LocationId": "sample string 1",
    "LocationName": "sample string 2"
  },
  {
    "LocationId": "sample string 1",
    "LocationName": "sample string 2"
  }
]