Skip to main content

RemoveInsurancesResponse

Response of an insurance release.

cartIdinteger<int32>required

Cart the insurance was released from (SOAP: idFlagGroup).

insuranceIdinteger<int32>required

Insurance requested (SOAP: insurance.ID_Insurance).

removedbooleanrequired

true when the insurance was released (SOAP: bresult).

RemoveInsurancesResponse
{
"cartId": 0,
"insuranceId": 0,
"removed": true
}