Availability Exception Object


Properties
affectedFulfillmentMethodsAffectedFulfillmentMethods

Fulfillment methods for which this exception applies.


availablebooleanRead-only

Whether the exception makes the [start_time, end_time] range available. If true, the exception makes the restaurant available for online ordering during the time range. If false, the exception makes the restaurant unavailable for ordering during the time range. Currently, only false is supported.


businessLocationIdstringRead-onlyformat GUID

Business location ID (SDK | REST) of the operation this availability exception applies to.


createdDatestringRead-onlyformat date-time

Date and time the availability exception was created in ISO-8601 format.


endTimestringformat date-time

The end time of the availability exception in ISO-8601 format.


extendedFieldsExtendedFields

Extended fields.


idstringRead-onlyformat GUID

Availability exception ID.


namestringmaxLength 500

Exception name.


operationIdstringformat GUID

ID of the restaurant operation this exception is associated with. (See the Restaurants Operations API for more information.)


revisionstringRead-onlyformat int64

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


startTimestringformat date-time

The start time of the availability exception in ISO-8601 format.


tagsTags

Tags (SDK | REST) used to classify and sort different types of availability exceptions.


updatedDatestringRead-onlyformat date-time

Date and time the availability exception was last updated in ISO-8601 format.

Did this help?