Experience Object


Experience.

Properties
configurationConfiguration

Experience configuration.


createdDatestringRead-onlyformat date-time

Date and time the experience was created.


currencystringRead-onlyformat CURRENCY

3-letter currency code in ISO-4217 alphabetic format. For exampled, USD.


extendedFieldsExtendedFields

Extended fields.


idstringRead-onlyformat GUID

Experience ID.


reservationLocationIdstringRead-onlyformat GUID

ID of the reservation location this experience is assigned to.


revisionstringRead-onlyformat int64

Revision number, which increments by 1 each time the experience is updated. To prevent conflicting changes, the current revision must be passed when updating the experience.

Ignored when creating an experience.


tagsTags

Tags assigned to the experience. Tags must be created using the Tags API before they can be assigned.


updatedDatestringRead-onlyformat date-time

Date and time the experience was last updated.

Did this help?