DELETE api/Places/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Place| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Name | string |
Required String length: inclusive between 0 and 100 |
|
| Code | string |
Required String length: inclusive between 0 and 10 |
|
| Address | string |
String length: inclusive between 0 and 1000 |
|
| CityId | string |
None. |
|
| IsPopular | boolean |
None. |
|
| PlaceTypeId | integer |
Required |
|
| AddressId | integer |
None. |
|
| PlaceType | PlaceType |
None. |
|
| City | City |
None. |
|
| BookingTemplateDetails | Collection of BookingTemplateDetail |
None. |
|
| TourTransactionDetails | Collection of TourTransactionDetail |
None. |
|
| AddressObject | Address |
None. |
|
| PlaceCities | Collection of PlaceCity |
None. |
|
| AirlineRouteOrigins | Collection of AirlineRouteItem |
None. |
|
| AirlineRouteDestinations | Collection of AirlineRouteItem |
None. |
|
| AirlineScheduleOrigins | Collection of AirlineScheduleItem |
None. |
|
| AirlineScheduleDestinations | Collection of AirlineScheduleItem |
None. |
|
| FlightTicketOrigins | Collection of FlightTicket |
None. |
|
| FlightTicketArrivals | Collection of FlightTicket |
None. |
|
| FlightTicketScheduleOrigins | Collection of FlightTicketSchedule |
None. |
|
| FlightTicketScheduleArrivals | Collection of FlightTicketSchedule |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.