av.order.performances
The av.order.performances array is a dictionary object that provides additional information for an admission from either the order_admissions object or the order_bundle_admissions_object. The array will contain one object per distinct performance on the order.
association
|
The performance association
|
string
|
av.order.performances[index].association
|
added in 6.8, did not exist in 6.7.1
|
description
|
The performance description
|
string
|
av.order.performances[index].description
|
|
name
|
The performance name/code
|
string
|
av.order.performances[index].name
|
|
performance_id
|
The performance GUID
|
string
|
av.order.performances[index].performance_id
|
|
series_name
|
The series name of the performance
|
string
|
av.order.performances[index].series_name
|
|
short_description
|
The short description of the performance
|
string
|
av.order.performances[index].short_description
|
|
start_date
|
The start date for the performance
|
string
|
av.order.performances[index].start_date
|
|
venue_group
|
The venue group of the performance
|
string
|
av.order.performances[index].venue_group
|
|
venue_name
|
The venue name of the performance
|
string
|
av.order.performances[index].venue_name
|
|
top
av.order.bundles
The av.order.bundles array is a dictionary object that provides additional information for a bundle from from the order_bundles object. The array will contain one object per distinct bundle on the order.
A lookup function (getBundle) is provided for the purposes of looking up the dictionary object details via the GUID of the bundle.
association
|
The bundle association
|
string
|
av.order.bundles[index].association
|
description
|
The bundle description
|
string
|
av.order.bundles[index].description
|
name
|
The bundle name
|
string
|
av.order.bundles[index].name
|
bundle_id
|
The bundle GUID
|
string
|
av.order.bundles[index].bundle_id
|
short_description
|
The short description of the performance
|
string
|
av.order.bundles[index].short_description
|
top
av.order.stored_values
The av.order.stored_values array is a dictionary object that provides additional information for a stored value item from from the order_stored_values object. The array will contain one object per distinct stored value item on the order.
A lookup function (getStoredValue) is provided for the purposes of looking up the dictionary object details via the GUID of the stored value item.
association
|
The stored value item association
|
string
|
av.order.stored_values[index].association
|
category
|
The stored value item category
|
string
|
av.order.stored_values[index].category
|
description
|
The stored value item description
|
string
|
av.order.stored_values[index].description
|
name
|
The stored value item name
|
string
|
av.order.stored_values[index].name
|
short_description
|
The stored value item short description
|
string
|
av.order.stored_values[index].short_description
|
stored_value_id
|
The GUID of the stored value item
|
string
|
av.order.stored_values[index].stored_value_id
|
type
|
The type of the stored value item (e.g. "Purchase")
|
string
|
av.order.stored_values[index].type
|
top
av.order.misc_items
The av.order.misc_items array is a dictionary object that provides additional information for a miscellaneous item from from the order_misc_items object. The array will contain one object per distinct miscellaneous item on the order.
A lookup function (getMiscItem) is provided for the purposes of looking up the dictionary object details via the GUID of the miscellaneous item.
association
|
The miscellaneous item association
|
string
|
av.order.misc_items[index].association
|
category
|
The miscellaneous item category
|
string
|
av.order.misc_items[index].category
|
description
|
The miscellaneous item description
|
string
|
av.order.misc_items[index].description
|
miscellaneous_item_id
|
The miscellaneous item GUID
|
string
|
av.order.misc_items[index].miscellaneous_item_id
|
name
|
The miscellaneous item name
|
string
|
av.order.misc_items[index].name
|
short_description
|
The miscellaneous item short description
|
string
|
av.order.misc_items[index].short_description
|
type
|
The type of the miscellaneous item
|
string
|
av.order.misc_items[index].type
|
top
av.order.gifts
The av.order.gifts array is a dictionary object that provides additional information for a gift from from the order_gifts object. The array will contain one object per distinct gift on the order.
A lookup function (getGift) is provided for the purposes of looking up the dictionary object details via the GUID of the gift.
category
|
The gift category
|
string
|
av.order.gifts[index].category
|
name
|
The gift name
|
string
|
av.order.gifts[index].name
|
gift_id
|
The gift GUID
|
string
|
av.order.gifts[index].gift_id
|
description
|
The gift description
|
string
|
av.order.gifts[index].description
|
short_description
|
The gift short description
|
string
|
av.order.gifts[index].short_description
|