Attribute Value Object


An attribute value stores the value of an attribute definition for a specific entity. Each attribute value references its definition and the entity it belongs to.

Properties
attributeDefinitionIdstringRead-onlyformat GUID

ID of the attribute definition this value belongs to.


createdDatestringRead-onlyformat date-time

Date and time the attribute value was created.


entityIdstringRead-onlyformat GUID

ID of the entity this value belongs to. An entity is any resource your application owns (in the current Rentals integration, a Bookings resource); this API does not validate it. Use the same ID passed to BulkUpsertAttributeValues and ListEntityAttributes.


extendedFieldsExtendedFields

Custom field data for the attribute value. Extended fields must be configured in the app dashboard before they can be accessed with API calls.


idstringRead-onlyformat GUID

Attribute value ID.


revisionstringRead-onlyformat int64

Revision number, which increments by 1 each time the attribute value is updated.


updatedDatestringRead-onlyformat date-time

Date and time the attribute value was last updated.


One Of

boolDataboolean

Value for BOOL-type attribute.


numberDatainteger

Value for NUMBER-type attribute. Must be within NumberConfig [min, max].


stringDatastringmaxLength 40

Value for STRING-type attribute. Must be in StringConfig.allowed_values.


valueTypestringRead-only
Did this help?