POST api/GuestDump/SetGuestDumps

Request Information

URI Parameters

None.

Body Parameters

GuestDumpDTO
NameDescriptionTypeAdditional information
HotelCode

string

None.

Date

date

None.

Dump

string

None.

StayId

string

None.

Request Formats

application/json, text/json, text/html

Sample:
{
  "StayId": "sample string 1",
  "HotelCode": "sample string 1",
  "Date": "2026-05-31T20:35:24.8434655+02:00",
  "Dump": "sample string 3"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

application/xml, text/xml

Sample:
<GuestDumpDTO xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <StayId>sample string 1</StayId>
  <HotelCode>sample string 1</HotelCode>
  <Date>2026-05-31T20:35:24.8434655+02:00</Date>
  <Dump>sample string 3</Dump>
</GuestDumpDTO>

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.