https://ns.adobe.com/xdm/mixins/experienceevent-insurance-claim-details
Claim details including policy ID, police report, and incident date.
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In |
---|---|---|---|---|---|---|
Can be instantiated | Yes | Stable | No | Forbidden | Permitted | fieldgroups/experience-event/industry-verticals/experienceevent-insurance-claim-process.schema.json |
{
"xdm:insuranceClaim": {
"xdm:adjustorID": "59173829131a",
"xdm:policeReport": true,
"xdm:type": "automobile"
}
}
Property | Type | Required | Defined by |
---|---|---|---|
xdm:insuranceClaim | object |
Optional | Insurance Claim Process (this schema) |
* |
any | Additional | this schema allows additional properties |
Captures fields related to a claim when initated by a customer.
xdm:insuranceClaim
- is optional
- type:
object
- defined in this schema
object
with following properties:
Property | Type | Required |
---|---|---|
xdm:adjustorID |
string | Optional |
xdm:claim |
Optional | |
xdm:incidentDate |
string | Optional |
xdm:incidentLocation |
Optional | |
xdm:policeReport |
boolean | Optional |
xdm:type |
string | Optional |
Unique identifier for adjustor assigned to the claim.
xdm:adjustorID
- is optional
- type:
string
string
Extension of claim data type.
xdm:claim
- is optional
- type: reference
Date the claim incident occurred.
xdm:incidentDate
- is optional
- type:
string
string
- format:
date-time
– date and time (according to RFC 3339, section 5.6)
Location where the claim incident occurred.
xdm:incidentLocation
- is optional
- type: reference
Flags whether or not a police report is available for the claim.
xdm:policeReport
- is optional
- type:
boolean
boolean
Type of claim submitted.
xdm:type
- is optional
- type:
enum
The value of this property must be equal to one of the known values below.
Value | Description |
---|---|
product |
Product |
automobile |
Automobile |
renters |
Renters |
thirdPartyAutomobile |
Third-Party Automobile |
thirdPartyHome |
Third-Party Home |
life |
Life |
health |
Health |
dental |
Dental |
vision |
Vision |
pet |
Pet |
flood |
Flood |
earthquake |
Earthquake |