CreateInsuranceClaims
Inputs (Array of InsuranceClaim) inherits from EntityBase
Name | Type | Description | Mandatory | Available from version | ||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
BrickId | Guid | Not used as an input. |
| 2.02 | ||||||||||||||||||||||||||||||||||||
InsurancePolicyId | Guid | The BrickId of the insurance policy. Insurance policies can be fetched using GetInsurancePolicies. | true | 2.02 | ||||||||||||||||||||||||||||||||||||
InsuranceCoverId | Guid | The BrickId of the insurance cover. | true | 2.02 | ||||||||||||||||||||||||||||||||||||
BenefitGrant | decimal | The claims payment amount |
| 2.02 | ||||||||||||||||||||||||||||||||||||
PersonId | Guid | The BrickId of the person (administrator) who is assigned to work on the insurance claim, this is a Legal Entity that can be fetched using GetPersons. |
| 2.02 | ||||||||||||||||||||||||||||||||||||
SystemDate | DateTime |
|
| 2.02 | ||||||||||||||||||||||||||||||||||||
ReceiveDate | DateTime | The date on which the claim was received from the customer |
| 2.02 | ||||||||||||||||||||||||||||||||||||
ClaimDate | DateTime | The date when the claim was opened |
| 2.02 | ||||||||||||||||||||||||||||||||||||
ClaimNo | string | The claims number |
| 2.02 | ||||||||||||||||||||||||||||||||||||
Status | int |
|
| 2.02 | ||||||||||||||||||||||||||||||||||||
Priority | int | 1-5 |
| 2.02 | ||||||||||||||||||||||||||||||||||||
RejectReason | int |
|
| 2.02 | ||||||||||||||||||||||||||||||||||||
Comment | string |
|
| 2.02 | ||||||||||||||||||||||||||||||||||||
XmlFormFillOut | string |
|
| 2.02 |
Response rows
Name | Type | Description | Available from version |
|---|---|---|---|
EntitiesArray | Array | All insurance claims are returned along with each insurance claim's BrickId and array of Errors per insurance claim. |
|