Skip to main content

BookingDetailRoom

BookingDetailRoom contains confirmation data for each booked room.

occupancyRefIdinteger<int32>

Occupancy reference associated with the room.

codecode (string)

Provider room code.

descriptiondescription (string)

Descriptive room name.

confirmationReferenceconfirmationReference (string)

Provider confirmation reference for the room.

BookingDetailRoom
{
"occupancyRefId": 0,
"code": "string",
"description": "string",
"confirmationReference": "string"
}