Submit scan operations
POST
/scan/operationsBatch of ScanOperations - applied in occurredAt order, idempotent on opId, duplicates recorded + noted. Device JWT only.
Request Body
opId*string
kind*"validate" | "redeem" | "reverse"
passBarcode*string
entitlementIdstring
occurredAt*string
seqnumber
gatestring
reverseOfstring
originDeviceIdstring
locationIdstring
hopPathstring[]
Response
Per-operation results
opId*string
outcome*"valid" | "duplicate" | "rejected" | "reversed"
reasonstring
holderNamestringnull
ticketTypeNamestring
seatLabelstringnull
orderRefstring
entitlementobject
conflictobject
redemptionobject
Code Samples
No code examples available for this operation.