GET api/AirlineSchedules/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
DetailAirlineScheduleViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ServiceItemId | integer |
None. |
|
| AirlineName | string |
None. |
|
| RouteName | string |
None. |
|
| AirlineRouteId | integer |
None. |
|
| AirlineProfileId | integer |
None. |
|
| IsRoundTrip | boolean |
None. |
|
| AirlineProfileLogoUrl | string |
None. |
|
| AirlineScheduleItems | Collection of SimpleAirlineScheduleItemViewModel |
None. |
|
| PNRObject | PeriodicStockViewModel |
None. |
Response Formats
application/json, text/json
Sample:
{
"ServiceItemId": 1,
"AirlineName": "sample string 2",
"RouteName": "sample string 3",
"AirlineRouteId": 4,
"AirlineProfileId": 5,
"IsRoundTrip": true,
"AirlineProfileLogoUrl": "sample string 7",
"AirlineScheduleItems": [
{
"Connections": [
{
"Id": 1,
"OriginPlace": null,
"OriginPlaceId": 2,
"DepartureDate": "2025-12-14T01:58:41.0260741+00:00",
"SeatClass": "sample string 4",
"DestinationPlace": null,
"DestinationPlaceId": 5,
"ArrivalDate": "2025-12-14T01:58:41.0260741+00:00",
"FlightNumber": "sample string 7",
"SequenceNumber": 8,
"IsAllowedActivity": true,
"Duration": {
"Value": 1,
"Text": "sample string 2"
}
},
{
"Id": 1,
"OriginPlace": null,
"OriginPlaceId": 2,
"DepartureDate": "2025-12-14T01:58:41.0260741+00:00",
"SeatClass": "sample string 4",
"DestinationPlace": null,
"DestinationPlaceId": 5,
"ArrivalDate": "2025-12-14T01:58:41.0260741+00:00",
"FlightNumber": "sample string 7",
"SequenceNumber": 8,
"IsAllowedActivity": true,
"Duration": {
"Value": 1,
"Text": "sample string 2"
}
}
],
"TotalConnection": 1,
"Id": 1,
"OriginPlace": null,
"OriginPlaceId": 2,
"DepartureDate": "2025-12-14T01:58:41.0260741+00:00",
"SeatClass": "sample string 4",
"DestinationPlace": null,
"DestinationPlaceId": 5,
"ArrivalDate": "2025-12-14T01:58:41.0260741+00:00",
"FlightNumber": "sample string 7",
"SequenceNumber": 8,
"IsAllowedActivity": true,
"Duration": {
"Value": 1,
"Text": "sample string 2"
}
},
{
"Connections": [
{
"Id": 1,
"OriginPlace": null,
"OriginPlaceId": 2,
"DepartureDate": "2025-12-14T01:58:41.0260741+00:00",
"SeatClass": "sample string 4",
"DestinationPlace": null,
"DestinationPlaceId": 5,
"ArrivalDate": "2025-12-14T01:58:41.0260741+00:00",
"FlightNumber": "sample string 7",
"SequenceNumber": 8,
"IsAllowedActivity": true,
"Duration": {
"Value": 1,
"Text": "sample string 2"
}
},
{
"Id": 1,
"OriginPlace": null,
"OriginPlaceId": 2,
"DepartureDate": "2025-12-14T01:58:41.0260741+00:00",
"SeatClass": "sample string 4",
"DestinationPlace": null,
"DestinationPlaceId": 5,
"ArrivalDate": "2025-12-14T01:58:41.0260741+00:00",
"FlightNumber": "sample string 7",
"SequenceNumber": 8,
"IsAllowedActivity": true,
"Duration": {
"Value": 1,
"Text": "sample string 2"
}
}
],
"TotalConnection": 1,
"Id": 1,
"OriginPlace": null,
"OriginPlaceId": 2,
"DepartureDate": "2025-12-14T01:58:41.0260741+00:00",
"SeatClass": "sample string 4",
"DestinationPlace": null,
"DestinationPlaceId": 5,
"ArrivalDate": "2025-12-14T01:58:41.0260741+00:00",
"FlightNumber": "sample string 7",
"SequenceNumber": 8,
"IsAllowedActivity": true,
"Duration": {
"Value": 1,
"Text": "sample string 2"
}
}
],
"PNRObject": null
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.