Entity Posting API - No Shows
For cinemas who validate customer tickets, at end of each day there will be a number of tickets which were not validated and are classed as "no shows". These can be sent in one batch as an end of day process.
Standard ShowTimeAnalytics Message Parameters:
- DataSupplierID: Assigned unique identifier for your account
- String
(required) - MessageSequence: Unique sequence number incremented for each message posted
- Long
(required) - CallbackUrl: Data Supplier defined URL that result of processing the message is posted back to
- String
(required)
Fields for No Show Entity:
- OrderID attribute: Unique identifier for order
- String
(required) - SiteID attribute: Unique identifier for site that the order applies to
- String
(required) - TicketSaleID attribute: Unique identifier for ticket line item in the order
- String
(required)
PLEASE NOTE: All field and attribute names are case sensitive
Message Structure - XML:
Callback Post Fields:
- DataSupplierID: Unique identifier for your account, same as passed in post message
- MessageSequence: Unique sequence number for message, same as passed in post message
- ID attribute: Unique identifier for order, same as passed in post message
- Status: Processing result flag - ok/error
- Error: If the status flag is "error", list of warning messages during processing