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-08-23T23:51:12.8855594-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.