Skip to main content

GetEventSessionsPricesResponse

Response containing price cells for requested event sessions.

prices object[]nullable

Collection of price cells.

  • Array [
  • eventSessionIdinteger<int32>required

    Session identifier.

    rateIdinteger<int32>required

    Rate identifier.

    categoryIdinteger<int32>required

    Category identifier.

    amountnumber<double>required

    Base price amount.

    feesnumber<double>required

    Fees amount.

  • ]
  • GetEventSessionsPricesResponse
    {
    "prices": [
    {
    "eventSessionId": 0,
    "rateId": 0,
    "categoryId": 0,
    "amount": 0,
    "fees": 0
    }
    ]
    }