InsuranceModel
Model used to retrieve or set information about an insurance.
| Name | Description | Type | Additional information |
|---|---|---|---|
| CompanyName |
Company name of the insurance (Required). |
string |
None. |
| Active |
Indicates whether the insurance is active or not. |
boolean |
None. |
| InsuranceType |
Type of the insurance (Required). |
string |
None. |
| Id |
Unique ID of the model in the portal (Read only). |
globally unique identifier |
None. |
| ExternalId |
Unique ID of the model on integrating system (Required). |
string |
None. |