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.
ID of the attribute definition this value belongs to.
Date and time the attribute value was created.
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.
Custom field data for the attribute value. Extended fields must be configured in the app dashboard before they can be accessed with API calls.
Attribute value ID.
Revision number, which increments by 1 each time the attribute value is updated.
Date and time the attribute value was last updated.
Value for BOOL-type attribute.
Value for NUMBER-type attribute. Must be within NumberConfig [min, max].
Value for STRING-type attribute. Must be in StringConfig.allowed_values.