POST api/Query

Request Information

URI Parameters

None.

Body Parameters

Query
NameDescriptionTypeAdditional information
Checkin

date

None.

Nights

integer

None.

FirstDate

date

None.

LastDate

date

None.

AffectedNights

integer

None.

DeadlineMs

integer

None.

Text

Collection of string

None.

Request Formats

application/xml, text/xml

Sample:
<Query xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Checkin>2026-05-04T22:31:36.5084+02:00</Checkin>
  <Nights>1</Nights>
  <FirstDate>2026-05-04T22:31:36.5084+02:00</FirstDate>
  <LastDate>2026-05-04T22:31:36.5084+02:00</LastDate>
  <AffectedNights>1</AffectedNights>
  <DeadlineMs>1</DeadlineMs>sample string 1sample string 2</Query>

Response Information

Resource Description

Response
NameDescriptionTypeAdditional information
Items

Collection of Object

None.

Response Formats

application/xml, text/xml

Sample:
<Response xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ok />
  <ok />
</Response>