POST API/NightAuditReport/NightAuditReport
Request Information
URI Parameters
None.
Body Parameters
NightAuditReport| Name | Description | Type | Additional information |
|---|---|---|---|
| CardAmount | decimal number |
None. |
|
| CardInHand | decimal number |
None. |
|
| CashAmount | decimal number |
None. |
|
| CashInHand | decimal number |
None. |
|
| NEFTAmount | decimal number |
None. |
|
| NEFTInHand | decimal number |
None. |
|
| NetAmount | decimal number |
None. |
|
| NetInHand | decimal number |
None. |
|
| Submittedby | string |
None. |
|
| ArrivalDate | string |
None. |
|
| DepartureDate | string |
None. |
|
| HotelId | integer |
None. |
|
| Date | string |
None. |
|
| DBDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"CardAmount": 1.0,
"CardInHand": 2.0,
"CashAmount": 3.0,
"CashInHand": 4.0,
"NEFTAmount": 5.0,
"NEFTInHand": 6.0,
"NetAmount": 7.0,
"NetInHand": 8.0,
"Submittedby": "sample string 9",
"ArrivalDate": "sample string 10",
"DepartureDate": "sample string 11",
"HotelId": 12,
"Date": "sample string 13",
"DBDate": "2026-06-13T19:07:59.9256758+05:30"
}
application/xml, text/xml
Sample:
<NightAuditReport xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HMSApi.Models"> <ArrivalDate>sample string 10</ArrivalDate> <CardAmount>1</CardAmount> <CardInHand>2</CardInHand> <CashAmount>3</CashAmount> <CashInHand>4</CashInHand> <DBDate>2026-06-13T19:07:59.9256758+05:30</DBDate> <Date>sample string 13</Date> <DepartureDate>sample string 11</DepartureDate> <HotelId>12</HotelId> <NEFTAmount>5</NEFTAmount> <NEFTInHand>6</NEFTInHand> <NetAmount>7</NetAmount> <NetInHand>8</NetInHand> <Submittedby>sample string 9</Submittedby> </NightAuditReport>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.