Reservations for Platforms
Get Business Locations
Retrieve all the business locations accessible for a User
get/reservation/api/1/user/platform/{platform-code}/business-locations
Path parameters
platform-codestring required
The unique code assigned to the reservation platform.
Example:MyPlatform
Query parameters
pageinteger
The page number, when paginating
sizeinteger
The items per page, when paginating
Response
A list of business locations
Example response
[
{
"businessLocationId": "123456789",
"city": "Genève",
"country": "CH",
"name": "Le Gâteau",
"state": "Canton de Genève",
"street1": "Rue de la Servette 10",
"street2": "Suite 2",
"zip": "101201"
}
]Changes
No changes recorded. 1 of the 8 revisions has no diff computed, so it could not be searched.