Post a billing charges inclugin minibar charge and minimum data
POST {{HostName}}/csh/v0/hotels/{{HotelId}}/reservations/{{ReservationId}}/charges
A Post charges sample for Minibar posting
csh/v0/hotels/HotelId/reservations/ReservationId/charges
for ReservationId set in URL
with amount of 2.00 USD
posting to transactionCode 4510
PMS article code 02
Article Quantity = 5
Posting Date : 2021-12-22 (Dec 22 2021)
with Posting information for the posting detail:
Reference: Minibar Snacks
Remark: Peanuts x 4
(= detailed information)
PostIt flag is set = false
Note:
Reference or Remark values only for informational purpose
Request Body
{"criteria"=>{"hotelId"=>"SAND01", "charges"=>[{"articleCode"=>"02", "price"=>{"amount"=>2.0, "currencyCode"=>"USD"}, "postingQuantity"=>5, "postingReference"=>"Minibar Snacks", "postingRemark"=>"Peanuts x 4"}], "incomeAuditDate"=>"2021-12-22", "postIt"=>false}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
x-hotelid | string | ||
x-app-key | string |