POST api/reservation/terminbydate
Request Information
URI Parameters
None.
Body Parameters
terminbydateName | 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": "2025-04-03T21:59:24.7799996-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.