Skip to main content

Prune pre-generated Barcodes from a Ticket Type

DELETE 

/ticket/:guid/barcodes/prune

Delete all existing unused Barcodes from a Ticket Type, when a Ticket Type uses pre-generated barcodes (i.e. the barcode_type of the Ticket Type is "pre").

Request

Path Parameters

    guid uuidrequired

    The guid of the Ticket Type.

Responses

The Barcodes of the Ticket Type that remain.

Schema

  • Array [

  • ticket_id uuidrequired

    The guid of the Ticket Type to which this TicketNumber applies to.

    ticket_number stringrequired

    The barcode.

    created_at ISO 8601

    The time it was created, i.e. when the barcode was inserted.

    used_at ISO 8601

    The time it was used, i.e. when it was attached to a Ticket Type.

  • ]

Loading...