get Billing (Routing) Instruction Codes
GET {{HostName}}/csh/v1/hotels/{{HotelId}}/routingInstructionCodes?includeTransactionCodes=true&includeBillingInstructions=true&includeCompInstructions=true&type=Reservation
- type is required to provide as 'Reservation'.
IncludeCompInstructions param value is true, the API returns only comp transaction codes and comp billin instrucations.
Include CompInstructions param value is false, the API retunrns the transaction codes and billing instructions excluding comp transactions.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
includeTransactionCodes | boolean | ||
includeBillingInstructions | boolean | ||
includeCompInstructions | boolean | ||
idContext | string | ||
type | string |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
x-hotelId | string | ||
x-app-key | string |