GET api/Bookings/{id}?date={date}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
date | date |
Required |
|
id | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of BookingName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
countContainer | integer |
None. |
|
client | string |
None. |
|
Day | date |
None. |
|
NumBooking | string |
None. |
|
numReservation | integer |
None. |
|
Containers | Collection of Container |
None. |
|
DateofReservation | date |
None. |
Response Formats
application/json, text/json
Sample:
[ { "$id": "1", "Id": 1, "countContainer": 2, "client": "sample string 3", "Day": "2019-12-08T15:14:53.7351461+01:00", "NumBooking": "sample string 5", "numReservation": 6, "Containers": [ { "$id": "2", "Id": 1, "numberContainer": "sample string 2", "Type": "sample string 3", "sousType": "sample string 4", "Plage": "2019-12-08T15:14:53.7351461+01:00", "Booking": { "$ref": "1" }, "sousTypeEquip": "sample string 6" }, { "$ref": "2" } ], "DateofReservation": "2019-12-08T15:14:53.7351461+01:00" }, { "$ref": "1" } ]