POST api/reservation/terminbydate

Request Information

URI Parameters

None.

Body Parameters

terminbydate
NameDescriptionTypeAdditional information
id_datetime

integer

None.

date

date

None.

time

time interval

None.

Request Formats

application/json, text/json

Sample:
{
  "id_datetime": 1,
  "date": "2024-10-06T00:50:05.937028-07:00",
  "time": "00:00:00.1234567"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.