Skip to main content

GetCatalogDateDetailResponse

The detail of a session (séance). SOAP equivalent: outputs of ACP_CatalogDateGetDetail.

dateStartstring<date-time>required

Session start date (SOAP: dateStart).

dateEndstring<date-time>required

Session end date (SOAP: dateEnd).

prices object[]nullable

The priced availability lines (SOAP: listCatalogDatePrice).

  • Array [
  • sessionIdinteger<int32>required

    Session identifier (SOAP: ID_CatalogDate).

    rateIdinteger<int32>required

    Rate identifier (SOAP: ID_Rate).

    categoryIdinteger<int32>required

    Category identifier (SOAP: ID_Category).

    contingentIdinteger<int32>required

    Contingent / primary envelope identifier (SOAP: ID_Contingent).

    blocIdinteger<int32>required

    Block identifier (SOAP: ID_Bloc).

    floorIdinteger<int32>required

    Floor identifier (SOAP: ID_Floor).

    amountnumber<double>required

    Main amount (SOAP: Amount).

    amountDetailnumber<double>[]nullable

    The 10 amount components (SOAP: AmountDetail).

    stockinteger<int32>required

    Available seats for the line (SOAP: Stock).

    acceptETicketbooleanrequired

    Whether dematerialized tickets are accepted (SOAP: AcceptDemat).

    minQuantityinteger<int32>required

    Minimum quantity (SOAP: NbMini).

    maxQuantityinteger<int32>required

    Maximum quantity (SOAP: NbMaxi).

  • ]
  • GetCatalogDateDetailResponse
    {
    "dateStart": "2024-07-29T15:51:28.071Z",
    "dateEnd": "2024-07-29T15:51:28.071Z",
    "prices": [
    {
    "sessionId": 0,
    "rateId": 0,
    "categoryId": 0,
    "contingentId": 0,
    "blocId": 0,
    "floorId": 0,
    "amount": 0,
    "amountDetail": [
    0
    ],
    "stock": 0,
    "acceptETicket": true,
    "minQuantity": 0,
    "maxQuantity": 0
    }
    ]
    }