Availability Exception Object


Properties
idstringRead-onlyformat GUID

Availability exception ID.


revisionintegerRead-onlyformat int64

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


createdDatestringRead-onlyformat date-time

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


updatedDatestringRead-onlyformat date-time

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


startTimestringformat date-time

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


endTimestringformat date-time

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


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.


namestringmaxLength 500

Exception name.


affectedFulfillmentMethodsobject

Fulfillment methods for which this exception applies.


operationIdstringformat GUID

ID of the restaurant operation this exception is associated with.


extendedFieldsobject

Extended fields.

Was this helpful?
Yes
No