POST Events/GetPlacesForEvent
Request Information
URI Parameters
None.
Body Parameters
RequestGetPlacesForEvent| Name | Description | Type | Additional information |
|---|---|---|---|
| ArrID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ArrID": 1
}
text/html
Sample:
{"ArrID":1}
application/xml, text/xml
Sample:
<RequestGetPlacesForEvent xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RequestModels"> <ArrID>1</ArrID> </RequestGetPlacesForEvent>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResponseGetPlacesForEvent| Name | Description | Type | Additional information |
|---|---|---|---|
| ListPlaces | Collection of ArrPlaces |
None. |
Response Formats
application/json, text/json
Sample:
{
"ListPlaces": [
{
"ID": 1,
"Name": "sample string 2"
},
{
"ID": 1,
"Name": "sample string 2"
}
]
}
text/html
Sample:
{"ListPlaces":[{"ID":1,"Name":"sample string 2"},{"ID":1,"Name":"sample string 2"}]}
application/xml, text/xml
Sample:
<ResponseGetPlacesForEvent xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ResponseModels">
<ListPlaces xmlns:d2p1="http://schemas.datacontract.org/2004/07/DBModels">
<d2p1:ArrPlaces />
<d2p1:ArrPlaces />
</ListPlaces>
</ResponseGetPlacesForEvent>