Skip to main content

GetCatalogDateRateDetailResponse

Response with the rate grid cells.

prices object[]nullable

The (rate × category) price cells for the requested sessions.

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

    amountnumber<double>required

    Main amount (SOAP: Amount).

    amountDetailnumber<double>[]nullable

    The 10 amount components (SOAP: AmountDetail).

  • ]
  • GetCatalogDateRateDetailResponse
    {
    "prices": [
    {
    "sessionId": 0,
    "rateId": 0,
    "categoryId": 0,
    "amount": 0,
    "amountDetail": [
    0
    ]
    }
    ]
    }