Skip to main content

CatalogRatePriceDto

A cell of the rate grid of a session. SOAP equivalent: ACPO_Price.

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

CatalogRatePriceDto
{
"sessionId": 0,
"rateId": 0,
"categoryId": 0,
"amount": 0,
"amountDetail": [
0
]
}