Ticketek Ticket Batch

Loads Ticketek tickets into Centrapay as Patron codes and tokens.

Type NameFile FormatRecord Type
ticketek-ticketJSONLTicket Sale

Attributes

  • barcodeClear

    string

    The barcode number of the ticket.

  • quantity

    number

    “1” for a purchase and “-1” for a cancellation.

  • priceTypeCode

    string

    Code for the price type of the product for the sale.

  • productId

    string

    Unique identifier for the product of the sale.

  • orderId

    string

    Unique identifier for the sale.

  • priceTypeName

    string

    Descriptive for the price type of the product for the sale.

  • memberNumber

    string

    Native identifier for a member of an organisation.


Example JSONL
{"quantity": 1, "priceTypeCode": "J", "productId": "ABCD12345", "orderId": "20231206,886", "priceTypeName": "Renewing Member", "memberNumber": "1111", "barcodeClear": "12398542"}
{"quantity": -1, "priceTypeCode": "J", "productId": "ABCD12345", "orderId": "20231206,886", "priceTypeName": "Renewing Junior", "barcodeClear": "1783379123"}