Skip to main content

GetInsurancesResponse

Response containing the global insurances.

insurances object[]nullable

The insurances (SOAP: listInsurrance).

  • Array [
  • insuranceIdinteger<int32>required

    Insurance identifier (SOAP: ID_Insurance).

    labelstringnullable

    Display label (SOAP: Label).

    commentstringnullable

    Free-form comment (SOAP: Comment).

  • ]
  • GetInsurancesResponse
    {
    "insurances": [
    {
    "insuranceId": 0,
    "label": "string",
    "comment": "string"
    }
    ]
    }