PMS REST API
Online documentation
SetPostingRequest
Inheritance: HotelRequestBase
Posting request object
| Property Name | Type | Description |
| DepartmentCode | string | Posting Department Code |
| CurrencyCode | string | Optional currency code short description. If not provided, postig made in system default currency |
| Description | string | Description about the posting |
| ReservationID | long? |
Reservation number Please note that fields GuestNum and RoomNum cannot be used together. |
| PostingDate | DateTime? | Posting Date and Time. Default is now. |
| Price | decimal | Posting Amount |
| Quantity | int? | Quantity |
| ProfileID | long? | Allows to make a posting for specific guest in multi guest reservation. Not supported for FA postings |
| RoomNum | string |
Room number Please note that fields GuestNum and RoomNum cannot be used together. |
| Comment | string |
Comment free text to posting |
| HotelCode | string | Destination hotel id or code. |
| Language | string | If specified, response will be translated based on the language code. |
| AuthData | AuthData | Request authentication info. If Http header authentication data is specified, this data is overridden |

