POST api/reservation/terminbydate
Request Information
URI Parameters
None.
Body Parameters
seat_dateName | Description | Type | Additional information |
---|---|---|---|
date | date |
None. |
|
id_seat | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "date": "2025-04-03T20:03:23.7288831-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.