POST Booking/GetPlaces
List all places
Request Information
URI Parameters
None.
Body Parameters
RequestGetPlaces| Name | Description | Type | Additional information |
|---|---|---|---|
| ArrangerID |
0 returns all |
integer |
None. |
| IncludeDeleted |
true returns deleted places as well as non-deleted |
boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"ArrangerID": 1,
"IncludeDeleted": true
}
text/html
Sample:
{"ArrangerID":1,"IncludeDeleted":true}
application/xml, text/xml
Sample:
<RequestGetPlaces xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/YourTicketBrandingAPI"> <ArrangerID>1</ArrangerID> <IncludeDeleted>true</IncludeDeleted> </RequestGetPlaces>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Collection of BookingPlaces| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| DateCreated | date |
None. |
|
| Latitude | string |
None. |
|
| Longitude | string |
None. |
|
| OID | string |
None. |
|
| FacilityType | string |
None. |
|
| FacilityTypeID | integer |
None. |
|
| ArrangerID | integer |
None. |
|
| Deleted | boolean |
None. |
|
| DateUpdated | date |
None. |
|
| Title | string |
None. |
|
| ShortDescription | string |
None. |
|
| Description | string |
None. |
|
| Images | BookingPlacesImages |
None. |
Response Formats
application/json
Sample:
text/json
Sample:
text/html
Sample:
application/xml
Sample:
text/xml
Sample: