Skip to main content

Warning

Warning represents a non-blocking issue returned alongside a response.

codecode (string)

Warning code categorising the issue.

Possible values: [WARN_CODE_NONE, WARN_MAPPING_HOTEL_MISSING, WARN_MAPPING_ROOM_MISSING, WARN_MAPPING_RATE_PLAN_MISSING, WARN_MAPPING_BOARD_CODE_MISSING]

descriptiondescription (string)

Human readable warning description.

additionalData object

Additional key/value data associated with the warning.

property name*value (string)
accessIdaccessId (string)

Access identifier that produced the warning when available.

Warning
{
"code": "WARN_CODE_NONE",
"description": "string",
"additionalData": {},
"accessId": "string"
}