DELETE api/AirlineRoutes/Remove/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
SimpleAirlineRouteViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| SeqNumber | integer |
None. |
|
| OriginPlace | PlaceViewModel |
None. |
|
| DestinationPlace | PlaceViewModel |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"SeqNumber": 2,
"OriginPlace": null,
"DestinationPlace": null
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.