Experience Object


Experience.

Properties
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.


createdDatestringRead-onlyformat date-time

Date and time the experience was created.


updatedDatestringRead-onlyformat date-time

Date and time the experience was last updated.


configurationConfiguration

Experience configuration.


currencystringRead-onlyformat CURRENCY

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


extendedFieldsExtendedFields

Extended fields.


tagsTags

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

Did this help?