POST Dojo/v1/reservations/search
Request Information
URI Parameters
None.
Body Parameters
SearchReservationsCommand| Name | Type | Description | Additional information |
|---|---|---|---|
| cursor | Cursor |
None. |
|
| tableId | string |
None. |
|
| fromTime | date |
None. |
|
| toTime | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"cursor": {
"limit": 1,
"before": "sample string 2",
"after": "sample string 3"
},
"tableId": "sample string 1",
"fromTime": "2025-12-14T05:57:15.9124042",
"toTime": "2025-12-14T05:57:15.9124042"
}
application/xml, text/xml
Sample:
<SearchReservationsCommand xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tevalis.API.Core.Models.Dojo.Reservations">
<cursor>
<after>sample string 3</after>
<before>sample string 2</before>
<limit>1</limit>
</cursor>
<fromTime>2025-12-14T05:57:15.9124042</fromTime>
<tableId>sample string 1</tableId>
<toTime>2025-12-14T05:57:15.9124042</toTime>
</SearchReservationsCommand>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.