Skip to main content

Search for Tickets to cancel by barcode

GET 

/order/barcodes

Search for the Tickets that can be cancelled, to make sure all barcodes in the list can indeed be cancelled.

Note, this is Admin only.

Request

Body

Input data

    barcodes string[]

    The barcodes to cancel.

    reason string

    The reason why the Tickets are being cancelled. (Only used when using DELETE, necessary for making a valid call)

Responses

Job to search for cancellable Tickets successfully requested.

Schema

    jobId jobId

    The job ID

Loading...