POST api/roomsearch/roomcheckoutdays
Request Information
URI Parameters
None.
Body Parameters
RoomCheckOutDaysRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| RoomId | integer |
None. |
|
| CheckInDate | date |
None. |
|
| CreatedDate | date |
None. |
|
| ModifiedDate | date |
None. |
|
| CreatedBy | integer |
None. |
|
| ModifiedBy | integer |
None. |
|
| IsActive | boolean |
None. |
|
| IsDeleted | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"RoomId": 1,
"CheckInDate": "2026-02-04T02:59:28.1218029+00:00",
"CreatedDate": "2026-02-04T02:59:28.1218029+00:00",
"ModifiedDate": "2026-02-04T02:59:28.1218029+00:00",
"CreatedBy": 1,
"ModifiedBy": 1,
"IsActive": true,
"IsDeleted": true
}
text/html
Sample:
{"RoomId":1,"CheckInDate":"2026-02-04T02:59:28.1218029+00:00","CreatedDate":"2026-02-04T02:59:28.1218029+00:00","ModifiedDate":"2026-02-04T02:59:28.1218029+00:00","CreatedBy":1,"ModifiedBy":1,"IsActive":true,"IsDeleted":true}
application/xml, text/xml
Sample:
<RoomCheckOutDaysRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SRG.Core"> <CreatedBy>1</CreatedBy> <CreatedDate>2026-02-04T02:59:28.1218029+00:00</CreatedDate> <IsActive>true</IsActive> <IsDeleted>true</IsDeleted> <ModifiedBy>1</ModifiedBy> <ModifiedDate>2026-02-04T02:59:28.1218029+00:00</ModifiedDate> <CheckInDate>2026-02-04T02:59:28.1218029+00:00</CheckInDate> <RoomId>1</RoomId> </RoomCheckOutDaysRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.