POST api/PIMS/UpdateReservations
Request Information
URI Parameters
None.
Body Parameters
Reservations| Name | Description | Type | Additional information |
|---|---|---|---|
| ReservationID | integer |
None. |
|
| Property | integer |
None. |
|
| GuestName | string |
None. |
|
| GuestEmail | string |
None. |
|
| GuestPhone | string |
None. |
|
| ReservationIDValue | string |
None. |
|
| CheckinDate | string |
None. |
|
| CheckoutDate | string |
None. |
|
| TotalNights | integer |
None. |
|
| PayoutDate | string |
None. |
|
| Status | integer |
None. |
|
| GrossBookingAmount | decimal number |
None. |
|
| AdditionalGuestFee | decimal number |
None. |
|
| AdministrativeFees | decimal number |
None. |
|
| ServiceFees | decimal number |
None. |
|
| Taxes | decimal number |
None. |
|
| CleaningFees | decimal number |
None. |
|
| Refund | decimal number |
None. |
|
| TotalPayment | decimal number |
None. |
|
| Collected | decimal number |
None. |
|
| Deductions | decimal number |
None. |
|
| Adjustments | decimal number |
None. |
|
| Resolution | decimal number |
None. |
|
| Vendor | integer |
None. |
|
| DataInAmericanIstBank | string |
None. |
|
| VendorPayement | decimal number |
None. |
|
| CreatedDate | string |
None. |
|
| UpdatedDate | string |
None. |
|
| PropertyName | string |
None. |
|
| StatusName | string |
None. |
|
| VendorName | string |
None. |
|
| EntityName | string |
None. |
|
| CountyName | string |
None. |
|
| ExpediaVirtualCard | string |
None. |
|
| Expires | string |
None. |
|
| CVV | integer |
None. |
|
| BillingAddress | string |
None. |
|
| CardActivationDate | string |
None. |
|
| PerDayPayment | decimal number |
None. |
|
| TimeOffset | integer |
None. |
|
| PerStayTax | decimal number |
None. |
|
| Discount | decimal number |
None. |
|
| Notes | string |
None. |
|
| ExtraNights | integer |
None. |
|
| ExtraNightsAmount | decimal number |
None. |
|
| MaidName | string |
None. |
|
| DateOfService | date |
None. |
|
| Amount | string |
None. |
|
| Description | string |
None. |
|
| MaidId | Collection of integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ReservationID": 1,
"Property": 1,
"GuestName": "sample string 2",
"GuestEmail": "sample string 3",
"GuestPhone": "sample string 4",
"ReservationIDValue": "sample string 5",
"CheckinDate": "sample string 6",
"CheckoutDate": "sample string 7",
"TotalNights": 8,
"PayoutDate": "sample string 9",
"Status": 10,
"GrossBookingAmount": 1.1,
"AdditionalGuestFee": 1.1,
"AdministrativeFees": 1.1,
"ServiceFees": 1.1,
"Taxes": 1.1,
"CleaningFees": 1.1,
"Refund": 1.1,
"TotalPayment": 1.1,
"Collected": 1.1,
"Deductions": 1.1,
"Adjustments": 1.1,
"Resolution": 1.1,
"Vendor": 11,
"DataInAmericanIstBank": "sample string 12",
"VendorPayement": 13.1,
"CreatedDate": "sample string 14",
"UpdatedDate": "sample string 15",
"PropertyName": "sample string 16",
"StatusName": "sample string 17",
"VendorName": "sample string 18",
"EntityName": "sample string 19",
"CountyName": "sample string 20",
"ExpediaVirtualCard": "sample string 21",
"Expires": "sample string 22",
"CVV": 23,
"BillingAddress": "sample string 24",
"CardActivationDate": "sample string 25",
"PerDayPayment": 1.1,
"TimeOffset": 26,
"PerStayTax": 1.1,
"Discount": 1.1,
"Notes": "sample string 27",
"ExtraNights": 1,
"ExtraNightsAmount": 1.1,
"MaidName": "sample string 28",
"DateOfService": "2025-12-06T10:59:10.6993744+00:00",
"Amount": "sample string 30",
"Description": "sample string 31",
"MaidId": [
1,
2
]
}
application/xml, text/xml
Sample:
<Reservations xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PIMS.DTO">
<AdditionalGuestFee>1.1</AdditionalGuestFee>
<Adjustments>1.1</Adjustments>
<AdministrativeFees>1.1</AdministrativeFees>
<Amount>sample string 30</Amount>
<BillingAddress>sample string 24</BillingAddress>
<CVV>23</CVV>
<CardActivationDate>sample string 25</CardActivationDate>
<CheckinDate>sample string 6</CheckinDate>
<CheckoutDate>sample string 7</CheckoutDate>
<CleaningFees>1.1</CleaningFees>
<Collected>1.1</Collected>
<CountyName>sample string 20</CountyName>
<CreatedDate>sample string 14</CreatedDate>
<DataInAmericanIstBank>sample string 12</DataInAmericanIstBank>
<DateOfService>2025-12-06T10:59:10.6993744+00:00</DateOfService>
<Deductions>1.1</Deductions>
<Description>sample string 31</Description>
<Discount>1.1</Discount>
<EntityName>sample string 19</EntityName>
<ExpediaVirtualCard>sample string 21</ExpediaVirtualCard>
<Expires>sample string 22</Expires>
<ExtraNights>1</ExtraNights>
<ExtraNightsAmount>1.1</ExtraNightsAmount>
<GrossBookingAmount>1.1</GrossBookingAmount>
<GuestEmail>sample string 3</GuestEmail>
<GuestName>sample string 2</GuestName>
<GuestPhone>sample string 4</GuestPhone>
<MaidId xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:int>1</d2p1:int>
<d2p1:int>2</d2p1:int>
</MaidId>
<MaidName>sample string 28</MaidName>
<Notes>sample string 27</Notes>
<PayoutDate>sample string 9</PayoutDate>
<PerDayPayment>1.1</PerDayPayment>
<PerStayTax>1.1</PerStayTax>
<Property>1</Property>
<PropertyName>sample string 16</PropertyName>
<Refund>1.1</Refund>
<ReservationID>1</ReservationID>
<ReservationIDValue>sample string 5</ReservationIDValue>
<Resolution>1.1</Resolution>
<ServiceFees>1.1</ServiceFees>
<Status>10</Status>
<StatusName>sample string 17</StatusName>
<Taxes>1.1</Taxes>
<TimeOffset>26</TimeOffset>
<TotalNights>8</TotalNights>
<TotalPayment>1.1</TotalPayment>
<UpdatedDate>sample string 15</UpdatedDate>
<Vendor>11</Vendor>
<VendorName>sample string 18</VendorName>
<VendorPayement>13.1</VendorPayement>
</Reservations>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>