GET https://api.legendonlineservices.co.uk/LocationCMSName

Returns all locations with id and cms name

Request Parameters

From Query Type Description
LocationIds [Int32] Optional.

Response - (Status 200 - OK)

[CMSNameModel]

Name Type Description
CmsLocationId Int32 The cms location id
CmsName String The cms name
OnlineLocationId Int32 The online location id




[
  {
    "CmsLocationId": 1,
    "CmsName": "sample string 2",
    "OnlineLocationId": 3
  },
  {
    "CmsLocationId": 1,
    "CmsName": "sample string 2",
    "OnlineLocationId": 3
  },
  {
    "CmsLocationId": 1,
    "CmsName": "sample string 2",
    "OnlineLocationId": 3
  }
]

Bundle(s)
SportsCourses
AccessControl