POST api/reservation/terminbydate
Request Information
URI Parameters
None.
Body Parameters
seat_date| Name | Description | Type | Additional information |
|---|---|---|---|
| date | date |
None. |
|
| id_seat | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"date": "2026-07-12T14:20:46.8978358-07:00",
"id_seat": 2
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.