POST api/reservation/terminbydate
Request Information
URI Parameters
None.
Body Parameters
terminbydate| Name | Description | Type | Additional information |
|---|---|---|---|
| id_datetime | integer |
None. |
|
| date | date |
None. |
|
| time | time interval |
None. |
Request Formats
application/json, text/json
Sample:
{
"id_datetime": 1,
"date": "2026-06-25T12:27:09.8781046-07:00",
"time": "00:00:00.1234567"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.