AllocateInsurancesResponse
Response of an insurance allocation.
cartIdinteger<int32>required
Cart the insurance was flagged on (SOAP: ID_FlagGroup).
insuranceIdinteger<int32>required
Insurance flagged (SOAP: insurance.ID_Insurance).
amountnumber<double>required
Insurance amount (SOAP: insurance.Amount).
interfaceFlagProductIdinteger<int32>required
Created product row identifier (ID_InterfaceFlagProduct).
AllocateInsurancesResponse
{
"cartId": 0,
"insuranceId": 0,
"amount": 0,
"interfaceFlagProductId": 0
}