GET api/Booking
List of all Bookings in the database
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
List with all Airports in the database
Collection of Booking| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| IDBooking | string |
None. |
|
| PassengerId | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"IDBooking": "sample string 2",
"PassengerId": 1
},
{
"Id": 1,
"IDBooking": "sample string 2",
"PassengerId": 1
}
]
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.