Skip to main content

Add pre-generated Barcodes to Ticket Type

POST 

/ticket/:guid/barcodes

Add new Barcodes to 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.

Body

array

Input data, example input: '["XXXXX100","XXXXX101", "XXXXX102"]'

  • Array [

  • string

  • ]

Responses

The Barcodes of the Ticket Type, including preexisting Barcodes.

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...