Skip to main content

CartInsuranceDto

The insurance flagged on a cart. SOAP equivalent: ACPO_AllocInsurance.

insuranceIdinteger<int32>required

Insurance generic identifier (SOAP: ID_Insurance).

namestringnullable

Insurance name (SOAP: Name).

amountnumber<double>required

Insurance amount (SOAP: Amount).

CartInsuranceDto
{
"insuranceId": 0,
"name": "string",
"amount": 0
}