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-05-17T08:01:42.9101576+01:00",
  "toTime": "2025-05-17T08:01:42.9101576+01:00"
}

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-05-17T08:01:42.9101576+01:00</fromTime>
  <tableId>sample string 1</tableId>
  <toTime>2025-05-17T08:01:42.9101576+01:00</toTime>
</SearchReservationsCommand>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.