Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Structure

FieldTypeRequiredDescription
idinttrueUnique identifier for the PBXRequestQueue.

pbxRequestType

PBXRequestTypetrueType of request.

module

SpacetrueModule related to this request.

reservationRoomStay

ReservationRoomStayfalseReservationRoomStay related to this request.

responseStatusCode

ResponseStatusCodetrueStatus of this request in the queue.

JSON representation

{
	"id": 5,
	"pbxRequestType": {
		"id": 1,
		"code": "CI",
		"name": "CheckIn"
	},
	"module": {
		"id": 1,
		"code": "101",
		"name": "M101",
		"roomModuleStatusTypeModel": {
			"id": 1,
			"code": "CL",
			"name": "Clean"
		}
	},
	"reservationRoomStay": null,
	"responseStatusCode": {
		"id": 4,
		"code": "4",
		"name": "Pending"
	}
}
  • No labels