ReturnListOfLocations
ReturnListOfLocations
Responses
- 200
- 404
- 500
Success
- application/json
- Schema
- Example (from schema)
Schema
locations object[]
List of locations
id int32id of the location
name stringname of the location
isTransit booleanTells if this is a transit location
{
"locations": [
{
"id": 0,
"name": "string",
"isTransit": true
}
]
}
Requested Details not found
Server Error
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Loading...