POST api/Entity/EndDayFromPms
Request Information
URI Parameters
None.
Body Parameters
EndDayPmsDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| HotelCode | string |
None. |
|
| CurrentDate | date |
None. |
Request Formats
application/json, text/json, text/html
Sample:
{
"hotelCodeField": "sample string 1",
"currentDateField": "2026-05-31T20:33:19.5317935+02:00"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
application/xml, text/xml
Sample:
<EndDayPmsDTO xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <HotelCode>sample string 1</HotelCode> <CurrentDate>2026-05-31T20:33:19.5317935+02:00</CurrentDate> </EndDayPmsDTO>
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |