Skip to main content

Get all ProductGroups with Product Types for this Ticket Type

GET 

/ticket/:guid/groups/products

Returns all ProductsGroup with Product Types for this Ticket Type.

Request

Path Parameters

    guid uuidrequired

    The guid of the Ticket Type.

Responses

The ProductGroups with Product Types attached to the Ticket Type found.

Schema

  • Array [

  • guid uuidrequired

    The guid of the ProductGroup.

    name string

    Possible values: <= 255 characters

    The name of the ProductGroup.

    description string

    Possible values: <= 65536 characters

    The description of the ProductGroup.

    min_bound integerrequired

    Possible values: <= 100000000

    The lower bound, i.e. the minimal amount of Product Types which have to be ordered to satisfy the ProductGroup.

    max_bound integerrequired

    Possible values: <= 100000000

    The upper bound, i.e. the maximum amount of Product Types which have to be ordered to satisfy the ProductGroup.

    uniqueness integerrequired

    Possible values: <= 100000000

    The amount of duplicates per Product Type which is maximally allowed.

    ticket_id uuid

    The Ticket Type the ProductGroup belongs to

    preceded_by uuiddeprecated

    Is deprecated, is replaced by the numerator and denominator; Depicts the preceded_by.

    numerator integer

    Numerator, used for ordering.

    denominator integer

    Demoninator, used for ordering.

    members uuid[]

    Array of Product Type guids which the ProductGroup belongs to.

    products

    object[]

  • Array [

  • guid uuidrequired

    The guid of the Product Type.

    event_id uuidrequired

    The guid of the Event associated with the Product Type.

    name stringrequired

    Possible values: <= 255 characters

    The name of the Product Type.

    description string

    Possible values: <= 65536 characters

    The description of the Product Type.

    vat_percentage floatrequired

    Possible values: <= 100

    The VAT percentage which applies to this Product Type. This is a float with at most 2 decimals, because VAT percentages in some countries have fractions of a percent.

    price integer

    The price of this Product Type in cents.

    pricing_method string

    Possible values: [own, container]

    The type of pricing method. Whether the container value or its own value is used for varying kickback calculations.

    class string

    Possible values: [EventProtect, RefundProtect, RandomNumberGenerator, PlayPass, Co2Compensate, Giro555]

    The class which get called on order Events.

    origin_type string

    Possible values: [date, ticket, product]

    The type of Product Type. This is either date, ticket, or product. This is auto-generated.

    status string

    Possible values: [auto, sold_out]

    The sale status of the Product Type.

    extra_data array

    Extra class data.

  • ]

  • ]

Loading...