InsuranceDto
An insurance product. SOAP equivalent: ACPO_Insurance.
insuranceIdinteger<int32>required
Insurance identifier (SOAP: ID_Insurance).
labelstringnullable
Display label (SOAP: Label).
commentstringnullable
Free-form comment (SOAP: Comment).
InsuranceDto
{
"insuranceId": 0,
"label": "string",
"comment": "string"
}