Orders

Attach a posting room from an order

Use this endpoint to attach a posting room to an order.

post/shop/orders/{orderId}/posting-room

Request body

posting_room_dataobject required

Free-form key/value bag identifying the PMS folio that charges from this order should be posted to. The exact shape depends on the PMS in use (e.g. Opera, Cloudbeds); Trybe forwards the data verbatim to the integration. Use null to detach a previously-attached posting room.

Example request

{
  "posting_room_data": {
    "G#": 2081111,
    "RN": "9500"
  }
}

Response

The PostingRoom was successfully associated to the Order

Example response

{
  "data": {
    "processor_data": {
      "G#": 2081111,
      "RN": "9500"
    }
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.