AI-generated Key Takeaways
-
This documentation details the JSON representation for obtaining ticket information, outlining the structure and data types for fields like fulfillment type, expected time, location, price, and contact information.
-
The JSON object includes fields such as
fulfillmentType
,expectedFulfillmentTime
,location
,price
, andfulfillmentContact
to comprehensively describe ticket fulfillment options. -
Each field within the JSON object links to further documentation providing detailed definitions and usage instructions, ensuring developers understand their specific roles and data types.
Information to receive tickets.
JSON representation | |
---|---|
{ "fulfillmentType": enum ( |
Fields | |
---|---|
fulfillmentType |
Type of the fulfillment, e.g. delivery or pickup. |
expectedFulfillmentTime |
Expected delivery or pickup time. A window if a time-range is specified or ETA if single time specified. |
location |
Pickup or delivery location. |
price |
Cost of this option. |
fulfillmentContact |
User contact for this fulfillment. |