AI-generated Key Takeaways
-
This documentation details the JSON representation for retrieving ticket information, outlining the structure and data types for fulfillment details.
-
The JSON object includes fields like fulfillment type, expected fulfillment time, location, price, and contact information.
-
Each field within the JSON object has a specific data type and provides details regarding the ticket fulfillment process, such as delivery or pickup options, timeframes, and associated costs.
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. |