Incident metadata

This endpoint is used to return all the available fields and their relevant metadata for the incident screen.

get
https://api.claimsmanagertest.crawco.co.uk/metadata/incidents

Path parameters

Parameters marked are required.
Parameter Name Description Type Example Data
programmeCode Programme code string 8ffd4f55
policyTypeCode Policy type code string 17ed9895
countryCode Policy country code. ISO 2-character code string GB
incidentDate The date of the incident. When omitted this defaults to the current date string($date) 2022-04-30

Example request

curl --location --request GET 'https://api.claimsmanagertest.crawco.co.uk/metadata/incidents?programmeCode=8ffd4f55&policyTypeCode=17ed9895&countryCode=GB' \
--header 'Authorization: Bearer {access token}'

Response body parameters

Parameter Name Description Type Example Data
identifier Unique identifier for the field. When the mapsTo property is ‘extendedFields’, this should be populated in the identifier field of the extendedField. string Global_Incident_Form:File_Handler
mapsTo Determines which property in the relevant model the field should be populated in. When this is ‘extendedFields’, the field should be added to the extendedFields array with the given identifier. string extendedFields
name The name of the field as it appears in Claims Manager string File Handler
section The tab in which this field can be found in Claims Manager string Status
dataType The expected data type for the field. When the mapsTo property is extendedFields, the given string value of the extendedField should be convertible to this data type. string string
maxLength When the dataType property is string, this field is the maximum length string that will be accepted. numeric 100
isRequired Flag showing whether the field is marked as required in Claims Manager. boolean True
listSource When present, indicates that the value of this field should be one of the given options in the array. array (string) [“Option 1”, “Option 2”]

Example response

[
    {
        "identifier": "Global_Incident_Form:File_Handler",
        "mapsTo": "extendedFields",
        "name": "File Handler",
        "section": "Status",
        "dataType": "string",
        "maxLength": 10,
        "isRequired": true,
        "listSource": [
            "Osvaldo Vang",
            "Craig Thornton",
            "Alejandro Barrera",
            "Jovanni Vance",
            "Landin Compton",
            "Francis Farley",
            "Augustus Doyle",
            "Aryan Ortiz",
            "Nevaeh Beltran",
            "Ally Saunders",
            "Xavier Avila",
            "Marianna Mcclure"
        ]
    },
    {
        "identifier": "Global_Incident_Form:Current_Status",
        "mapsTo": "extendedFields",
        "name": "Current Status",
        "section": "Status",
        "dataType": "string",
        "maxLength": 2500,
        "isRequired": false,
        "listSource": null
    },
    {
        "identifier": "Global_Incident_Form:IsStarredClaim",
        "mapsTo": "extendedFields",
        "name": "Starred Claim",
        "section": "Status",
        "dataType": "boolean",
        "maxLength": null,
        "isRequired": true,
        "listSource": null
    },
    {
        "identifier": "Global_Incident_Form:Crawford_Handling_Office_Reference",
        "mapsTo": "extendedFields",
        "name": "Crawford Handling Office Reference",
        "section": "References",
        "dataType": "string",
        "maxLength": 35,
        "isRequired": false,
        "listSource": null
    },
    {
        "identifier": "Global_Incident_Form:Insurer_Reference",
        "mapsTo": "extendedFields",
        "name": "Insurer's Reference",
        "section": "References",
        "dataType": "string",
        "maxLength": 35,
        "isRequired": false,
        "listSource": null
    },
    {
        "identifier": "Global_Incident_Form:Insured_Reference",
        "mapsTo": "extendedFields",
        "name": "Insured's Reference",
        "section": "References",
        "dataType": "string",
        "maxLength": 35,
        "isRequired": false,
        "listSource": null
    },
    {
        "identifier": "Global_Incident_Form:Broker_Reference",
        "mapsTo": "extendedFields",
        "name": "Broker's Reference",
        "section": "References",
        "dataType": "string",
        "maxLength": 35,
        "isRequired": false,
        "listSource": null
    },
    {
        "identifier": "Global_Incident_Form:Incident_Location",
        "mapsTo": "extendedFields",
        "name": "Incident Location",
        "section": "Details",
        "dataType": "string",
        "maxLength": 250,
        "isRequired": true,
        "listSource": null
    },
    {
        "identifier": "Global_Incident_Form:Incident_Location_Postcode",
        "mapsTo": "extendedFields",
        "name": "Incident Location Postcode",
        "section": "Details",
        "dataType": "string",
        "maxLength": 35,
        "isRequired": false,
        "listSource": null
    },
    {
        "identifier": "Global_Incident_Form:Incident_Country",
        "mapsTo": "extendedFields",
        "name": "Incident Country",
        "section": "Details",
        "dataType": "string",
        "maxLength": 5,
        "isRequired": false,
        "listSource": [
            "Afghanistan",
            "Åland Islands",
            "Albania",
            "Algeria",
            "American Samoa",
            "Andorra",
            "Angola",
            "Anguilla",
            "Antarctica",
            "Antigua and Barbuda",
            "Argentina",
            "Armenia",
            "Aruba",
            "Australia",
            "Austria",
            "Azerbaijan",
            "Bahamas",
            "Bahrain",
            "Bangladesh",
            "Barbados",
            "Belarus",
            "Belgium",
            "Belize",
            "Benin",
            "Bermuda",
            "Bhutan",
            "Bolivia, Plurinational State of",
            "Bonaire, Sint Eustatius and Saba",
            "Bosnia and Herzegovina",
            "Botswana",
            "Bouvet Island",
            "Brazil",
            "British Indian Ocean Territory",
            "Brunei Darussalam",
            "Bulgaria",
            "Burkina Faso",
            "Burundi",
            "Cabo Verde",
            "Cambodia",
            "Cameroon",
            "Canada",
            "Cayman Islands",
            "Central African Republic",
            "Chad",
            "Chile",
            "China",
            "Christmas Island",
            "Cocos (Keeling) Islands",
            "Colombia",
            "Comoros",
            "Congo",
            "Cook Islands",
            "Costa Rica",
            "Côte d'Ivoire",
            "Croatia",
            "Cuba",
            "Curaçao",
            "Cyprus",
            "Czech Republic",
            "Democratic Republic of the Congo",
            "Denmark",
            "Djibouti",
            "Dominica",
            "Dominican Republic",
            "Ecuador",
            "Egypt",
            "El Salvador",
            "Equatorial Guinea",
            "Eritrea",
            "Estonia",
            "Ethiopia",
            "Falkland Islands",
            "Faroe Islands",
            "Fiji",
            "Finland",
            "France",
            "French Guiana",
            "French Polynesia",
            "French Southern Territories",
            "Gabon",
            "Gambia",
            "Georgia",
            "Germany",
            "Ghana",
            "Gibraltar",
            "Greece",
            "Greenland",
            "Grenada",
            "Guadeloupe",
            "Guam",
            "Guatemala",
            "Guernsey",
            "Guinea",
            "Guinea-Bissau",
            "Guyana",
            "Haiti",
            "Heard Island and McDonald Islands",
            "Holy See",
            "Honduras",
            "Hong Kong",
            "Hungary",
            "Iceland",
            "India",
            "Indonesia",
            "Iran",
            "Iraq",
            "Ireland",
            "Isle of Man",
            "Israel",
            "Italy",
            "Jamaica",
            "Japan",
            "Jersey",
            "Jordan",
            "Kazakhstan",
            "Kenya",
            "Kiribati",
            "Korea (the Democratic People's Republic of)",
            "Korea (the Republic of)",
            "Kosovo",
            "Kuwait",
            "Kyrgyzstan",
            "Lao People's Democratic Republic",
            "Latvia",
            "Lebanon",
            "Lesotho",
            "Liberia",
            "Libya",
            "Liechtenstein",
            "Lithuania",
            "Luxembourg",
            "Macao",
            "Macedonia",
            "Madagascar",
            "Malawi",
            "Malaysia",
            "Maldives",
            "Mali",
            "Malta",
            "Marshall Islands",
            "Martinique",
            "Mauritania",
            "Mauritius",
            "Mayotte",
            "Mexico",
            "Micronesia",
            "Moldova",
            "Monaco",
            "Mongolia",
            "Montenegro",
            "Montserrat",
            "Morocco",
            "Mozambique",
            "Myanmar",
            "Namibia",
            "Nauru",
            "Nepal",
            "Netherlands",
            "New Caledonia",
            "New Zealand",
            "Nicaragua",
            "Niger",
            "Nigeria",
            "Niue",
            "Norfolk Island",
            "Northern Mariana Islands",
            "Norway",
            "Oman",
            "Pakistan",
            "Palau",
            "Palestine, State of",
            "Panama",
            "Papua New Guinea",
            "Paraguay",
            "Peru",
            "Philippines",
            "Pitcairn",
            "Poland",
            "Portugal",
            "Puerto Rico",
            "Qatar",
            "Réunion",
            "Romania",
            "Russian Federation",
            "Rwanda",
            "Saint Barthélemy",
            "Saint Helena, Ascension and Tristan da Cunha",
            "Saint Kitts and Nevis",
            "Saint Lucia",
            "Saint Martin (French part)",
            "Saint Pierre and Miquelon",
            "Saint Vincent and the Grenadines",
            "Samoa",
            "San Marino",
            "Sao Tome and Principe",
            "Saudi Arabia",
            "Senegal",
            "Serbia",
            "Seychelles",
            "Sierra Leone",
            "Singapore",
            "Sint Maarten (Dutch part)",
            "Slovakia",
            "Slovenia",
            "Solomon Islands",
            "Somalia",
            "South Africa",
            "South Georgia and the South Sandwich Islands",
            "South Sudan",
            "Spain",
            "Sri Lanka",
            "Sudan",
            "Suriname",
            "Svalbard and Jan Mayen",
            "Swaziland",
            "Sweden",
            "Switzerland",
            "Syrian Arab Republic",
            "Taiwan",
            "Tajikistan",
            "Tanzania, United Republic of",
            "Thailand",
            "Timor-Leste",
            "Togo",
            "Tokelau",
            "Tonga",
            "Trinidad and Tobago",
            "Tunisia",
            "Turkey",
            "Turkmenistan",
            "Turks and Caicos Islands",
            "Tuvalu",
            "Uganda",
            "Ukraine",
            "United Arab Emirates",
            "United Kingdom",
            "United States",
            "United States Minor Outlying Islands",
            "Uruguay",
            "Uzbekistan",
            "Vanuatu",
            "Venezuela, Bolivarian Republic of ",
            "Viet Nam",
            "Virgin Islands (British)",
            "Virgin Islands (U.S.)",
            "Wallis and Futuna",
            "Western Sahara",
            "Yemen",
            "Zambia",
            "Zimbabwe"
        ]
    },
    {
        "identifier": "Global_Incident_Form:Incident_Country_Subdivision",
        "mapsTo": "extendedFields",
        "name": "Incident Country Subdivision",
        "section": "Details",
        "dataType": "string",
        "maxLength": 10,
        "isRequired": false,
        "listSource": []
    },
    {
        "identifier": "Global_Incident_Form:Insured_Division",
        "mapsTo": "extendedFields",
        "name": "Insured Division",
        "section": "Details",
        "dataType": "string",
        "maxLength": 10,
        "isRequired": false,
        "listSource": [
            "ABF Claims",
            "Albania",
            "Alpha",
            "Argentina",
            "Australia",
            "Austria",
            "Belarus",
            "Belgium",
            "Bosnia and Herzegovina",
            "Brazil",
            "Bulgaria",
            "Canada",
            "Chile",
            "China",
            "Colombia",
            "Contractor Claims",
            "Croatia",
            "Cyprus",
            "Czech Republic",
            "Denmark",
            "Ecuador",
            "Egypt",
            "El Salvador",
            "Estonia",
            "Finland",
            "France",
            "Germany",
            "Greece",
            "Guam",
            "Guatemala",
            "Homebase",
            "Honduras",
            "Hong Kong",
            "Hungary",
            "India",
            "Indonesia",
            "Ireland",
            "Israel",
            "Italy",
            "Jamaica",
            "Japan",
            "Jordan",
            "Kazakhstan",
            "Korea (the Republic of)",
            "Kuwait",
            "Latvia",
            "Lithuania",
            "Macedonia",
            "Malaysia",
            "Mexico",
            "Moldova",
            "Montenegro",
            "Netherlands",
            "New Zealand",
            "NFUM",
            "Nicaragua",
            "Norway",
            "Pakistan",
            "Panama",
            "Peru",
            "Philippines",
            "Poland",
            "Portugal",
            "Romania",
            "Russian Federation",
            "Sample Organisation 1",
            "Sample Organisation 2",
            "Serbia",
            "Singapore",
            "Slovakia",
            "Slovenia",
            "South Africa",
            "Spain",
            "Sweden",
            "Taiwan",
            "Thailand",
            "Turkey",
            "Ukraine",
            "United Arab Emirates",
            "United Kingdom",
            "United Kingdom",
            "United States",
            "Venezuela, Bolivarian Republic of ",
            "Viet Nam",
            "Virgin Islands (U.S.)"
        ]
    },
    {
        "identifier": "Global_Incident_Form:Date_Incident_Notified_to_Crawford",
        "mapsTo": "extendedFields",
        "name": "Date Incident Notified to Crawford",
        "section": "Details",
        "dataType": "string($date)",
        "maxLength": null,
        "isRequired": true,
        "listSource": null
    },
    {
        "identifier": "Global_Incident_Form:Incident_Date",
        "mapsTo": "incidentDate",
        "name": "Incident Date",
        "section": "Details",
        "dataType": "string($date)",
        "maxLength": null,
        "isRequired": true,
        "listSource": null
    },
    {
        "identifier": "Global_Incident_Form:PLBroadspire_IncidentEndDate",
        "mapsTo": "extendedFields",
        "name": "Incident End Date",
        "section": "Details",
        "dataType": "string($date)",
        "maxLength": null,
        "isRequired": false,
        "listSource": null
    },
    {
        "identifier": "Global_Incident_Form:Incident_Time",
        "mapsTo": "extendedFields",
        "name": "Incident Time",
        "section": "Details",
        "dataType": "string($time)",
        "maxLength": null,
        "isRequired": false,
        "listSource": null
    },
    {
        "identifier": "Global_Incident_Form:Incident_Description",
        "mapsTo": "description",
        "name": "Incident Description",
        "section": "Details",
        "dataType": "string",
        "maxLength": 500,
        "isRequired": true,
        "listSource": null
    },
    {
        "identifier": "Global_Incident_Form:Catastrophe",
        "mapsTo": "extendedFields",
        "name": "Catastrophe",
        "section": "Details",
        "dataType": "string",
        "maxLength": 100,
        "isRequired": false,
        "listSource": [
            "CAT 196 Hail storm",
            "CAT195 Bushfires",
            "No named catastrophe",
            "test"
        ]
    },
    {
        "identifier": "Global_Incident_Form:Cause_Code1",
        "mapsTo": "extendedFields",
        "name": "Cause Code 1",
        "section": "Codes",
        "dataType": "string",
        "maxLength": 10,
        "isRequired": true,
        "listSource": [
            "Accidental Damage",
            "Animal",
            "Chemicals, Radiation, caustics, toxics",
            "Collision or Impact",
            "Cut or puncture",
            "Earthquake",
            "Explosion",
            "Falling objects",
            "Fire or Heat",
            "Flood",
            "Glass",
            "Interior abuse",
            "Property Damage",
            "Storm Damage",
            "Strikes, riots, civil commotions",
            "Subsidence, Ground Heave, Landslip",
            "Theft or Burglary",
            "Vandalism",
            "Vehicle Damage"
        ]
    },
    {
        "identifier": "Global_Incident_Form:Cause_Code2",
        "mapsTo": "extendedFields",
        "name": "Cause Code 2",
        "section": "Codes",
        "dataType": "string",
        "maxLength": 10,
        "isRequired": true,
        "listSource": [
            "Bodily defects (defective hearing, eyesight etc.)",
            "Driver fault unknown",
            "Driving too fast for road, weather conditions",
            "Driving under influence of alcohol",
            "Driving with revoked/suspended/denied license",
            "Failure to Allow Adequate Clearance - Side to side, Backing Up, Overhead Clearance",
            "Failure to secure vehicle (left key in/unlocked)",
            "Failure to slow down for cross traffic",
            "Failure to yield right of way",
            "Following too Closely, Rear or Front End Collision",
            "Hit and run, leaving the scene of accident",
            "Improper attitude (disregard of instructions etc.)",
            "Improper physical condition (tired, worried etc.)",
            "Improper placement or position",
            "Lack of adequate preventive maintenance",
            "Lack of knowledge, skill, experience, training",
            "Loss of control",
            "Malfunction",
            "Miscellaneous, no applicable code",
            "No apparent improper driving",
            "Operating contrary to directions or instructions",
            "Operating or working at an unsafe speed",
            "Other - insured operation",
            "Overloading",
            "Traffic control violated",
            "Vehicle accidentally set in motion",
            "Vehicle separation"
        ]
    },
    {
        "identifier": "Global_Incident_Form:Liability_Code",
        "mapsTo": "extendedFields",
        "name": "Liability Code",
        "section": "Codes",
        "dataType": "string",
        "maxLength": 10,
        "isRequired": true,
        "listSource": [
            "In Dispute",
            "Liable",
            "Not Liable",
            "Under Investigation"
        ]
    },
    {
        "identifier": "Global_Incident_Form:Driver_Title",
        "mapsTo": "extendedFields",
        "name": "Driver Title",
        "section": "Motor Details",
        "dataType": "string",
        "maxLength": 10,
        "isRequired": false,
        "listSource": [
            "Mr",
            "Ms",
            "Mrs",
            "Miss",
            "Dr",
            "Prof"
        ]
    },
    {
        "identifier": "Global_Incident_Form:Driver_First_Name",
        "mapsTo": "extendedFields",
        "name": "Driver First Name",
        "section": "Motor Details",
        "dataType": "string",
        "maxLength": 50,
        "isRequired": true,
        "listSource": null
    },
    {
        "identifier": "Global_Incident_Form:Driver_Last_Name",
        "mapsTo": "extendedFields",
        "name": "Driver Last Name",
        "section": "Motor Details",
        "dataType": "string",
        "maxLength": 50,
        "isRequired": true,
        "listSource": null
    },
    {
        "identifier": "Global_Incident_Form:Driver_Gender",
        "mapsTo": "extendedFields",
        "name": "Driver Gender",
        "section": "Motor Details",
        "dataType": "string",
        "maxLength": 10,
        "isRequired": false,
        "listSource": [
            "Male",
            "Female"
        ]
    },
    {
        "identifier": "Global_Incident_Form:Driver_Address",
        "mapsTo": "extendedFields",
        "name": "Driver Address",
        "section": "Motor Details",
        "dataType": "string",
        "maxLength": 300,
        "isRequired": false,
        "listSource": null
    },
    {
        "identifier": "Global_Incident_Form:Driver_Postal_Code",
        "mapsTo": "extendedFields",
        "name": "Driver Postal Code",
        "section": "Motor Details",
        "dataType": "string",
        "maxLength": 35,
        "isRequired": false,
        "listSource": null
    },
    {
        "identifier": "Global_Incident_Form:Driver_DOB",
        "mapsTo": "extendedFields",
        "name": "Driver Date of Birth",
        "section": "Motor Details",
        "dataType": "string($date)",
        "maxLength": null,
        "isRequired": false,
        "listSource": null
    },
    {
        "identifier": "Global_Incident_Form:Driver_Licence_Number",
        "mapsTo": "extendedFields",
        "name": "Driver Licence Number",
        "section": "Motor Details",
        "dataType": "string",
        "maxLength": 35,
        "isRequired": false,
        "listSource": null
    },
    {
        "identifier": "Global_Incident_Form:Vehicle_Type",
        "mapsTo": "extendedFields",
        "name": "Vehicle Type",
        "section": "Motor Details",
        "dataType": "string",
        "maxLength": 10,
        "isRequired": true,
        "listSource": [
            "Bicycle",
            "Bus / Coach",
            "Mobile Home",
            "Motor Bike",
            "Motor Car",
            "Rigid",
            "Scooter",
            "Specialist Vehicle",
            "Taxi",
            "Tractor",
            "Trailer"
        ]
    },
    {
        "identifier": "Global_Incident_Form:Vehicle_Make",
        "mapsTo": "extendedFields",
        "name": "Vehicle Make",
        "section": "Motor Details",
        "dataType": "string",
        "maxLength": 50,
        "isRequired": true,
        "listSource": null
    },
    {
        "identifier": "Global_Incident_Form:Vehicle_Model",
        "mapsTo": "extendedFields",
        "name": "Vehicle Model",
        "section": "Motor Details",
        "dataType": "string",
        "maxLength": 50,
        "isRequired": true,
        "listSource": null
    },
    {
        "identifier": "Global_Incident_Form:Vehicle_Manufacture_Year",
        "mapsTo": "extendedFields",
        "name": "Year of Vehicle Manufacture",
        "section": "Motor Details",
        "dataType": "integer",
        "maxLength": 5,
        "isRequired": true,
        "listSource": null
    },
    {
        "identifier": "Global_Incident_Form:Vehicle_Registration",
        "mapsTo": "extendedFields",
        "name": "Vehicle Registration",
        "section": "Motor Details",
        "dataType": "string",
        "maxLength": 50,
        "isRequired": true,
        "listSource": null
    },
    {
        "identifier": "Global_Incident_Form:VIN",
        "mapsTo": "extendedFields",
        "name": "Vehicle Identification Number (VIN)",
        "section": "Motor Details",
        "dataType": "string",
        "maxLength": 35,
        "isRequired": false,
        "listSource": null
    },
    {
        "identifier": "Global_Incident_Form:Vehicle_Usage",
        "mapsTo": "extendedFields",
        "name": "Vehicle Usage",
        "section": "Motor Details",
        "dataType": "string",
        "maxLength": 10,
        "isRequired": false,
        "listSource": [
            "Business",
            "Non-Business"
        ]
    },
    {
        "identifier": "Global_Incident_Form:Vehicle_Total_Loss",
        "mapsTo": "extendedFields",
        "name": "Vehicle is a Total Loss?",
        "section": "Motor Details",
        "dataType": "boolean",
        "maxLength": null,
        "isRequired": false,
        "listSource": null
    },
    {
        "identifier": "Global_Incident_Form:Road_Condition",
        "mapsTo": "extendedFields",
        "name": "Road Condition",
        "section": "Motor Details",
        "dataType": "string",
        "maxLength": 10,
        "isRequired": false,
        "listSource": [
            "Fog",
            "N/K",
            "Oily/Greasy",
            "Snow or Ice",
            "Wet"
        ]
    },
    {
        "identifier": "Global_Incident_Form:Mileage",
        "mapsTo": "extendedFields",
        "name": "Mileage",
        "section": "Motor Details",
        "dataType": "integer",
        "maxLength": 10,
        "isRequired": false,
        "listSource": null
    },
    {
        "identifier": "Global_Incident_Form:Vehicle_Value_PolicyCurrency",
        "mapsTo": "extendedFields",
        "name": "Vehicle Value (Policy Currency)",
        "section": "Motor Details",
        "dataType": "number($double)",
        "maxLength": 19,
        "isRequired": false,
        "listSource": null
    },
    {
        "identifier": "Global_Incident_Form:Vehicle_Estimated_Repair_PolicyCurrency",
        "mapsTo": "extendedFields",
        "name": "Vehicle Estimated Repair (Policy Currency)",
        "section": "Motor Details",
        "dataType": "number($double)",
        "maxLength": 19,
        "isRequired": false,
        "listSource": null
    },
    {
        "identifier": "Global_Incident_Form:Seat_Belt_Worn",
        "mapsTo": "extendedFields",
        "name": "Seat Belt Being Worn?",
        "section": "Motor Details",
        "dataType": "boolean",
        "maxLength": null,
        "isRequired": false,
        "listSource": null
    },
    {
        "identifier": "Global_Incident_Form:Police_Report_Available",
        "mapsTo": "extendedFields",
        "name": "Police Report Available?",
        "section": "Motor Details",
        "dataType": "boolean",
        "maxLength": null,
        "isRequired": false,
        "listSource": null
    },
    {
        "identifier": "Global_Incident_Form:Vehicle_Towed",
        "mapsTo": "extendedFields",
        "name": "Vehicle Towed?",
        "section": "Motor Details",
        "dataType": "boolean",
        "maxLength": null,
        "isRequired": false,
        "listSource": null
    },
    {
        "identifier": "Global_Incident_Form:Towage_Costs_PolicyCurrency",
        "mapsTo": "extendedFields",
        "name": "Towage Costs (Policy Currency)",
        "section": "Motor Details",
        "dataType": "number($double)",
        "maxLength": 19,
        "isRequired": false,
        "listSource": null
    },
    {
        "identifier": "Global_Incident_Form:Date_Vehicle_at_Repair_Shop",
        "mapsTo": "extendedFields",
        "name": "Date Vehicle at Repair Shop",
        "section": "Motor Details",
        "dataType": "string($date)",
        "maxLength": null,
        "isRequired": false,
        "listSource": null
    },
    {
        "identifier": "Global_Incident_Form:Date_Damage_Estimate_Received",
        "mapsTo": "extendedFields",
        "name": "Date Damage Estimate Received",
        "section": "Motor Details",
        "dataType": "string($date)",
        "maxLength": null,
        "isRequired": false,
        "listSource": null
    },
    {
        "identifier": "Global_Incident_Form:Damage_Estimate_Amount_PolicyCurrency",
        "mapsTo": "extendedFields",
        "name": "Damage Estimate Amount (Policy Currency)",
        "section": "Motor Details",
        "dataType": "number($double)",
        "maxLength": 19,
        "isRequired": false,
        "listSource": null
    },
    {
        "identifier": "Global_Incident_Form:Estimate_Amount_Approved",
        "mapsTo": "extendedFields",
        "name": "Estimate Amount Approved Without Adjustment?",
        "section": "Motor Details",
        "dataType": "boolean",
        "maxLength": null,
        "isRequired": false,
        "listSource": null
    },
    {
        "identifier": "Global_Incident_Form:Date_Damage_Estimate_Approved",
        "mapsTo": "extendedFields",
        "name": "Date Damage Estimate Approved",
        "section": "Motor Details",
        "dataType": "string($date)",
        "maxLength": null,
        "isRequired": false,
        "listSource": null
    },
    {
        "identifier": "Global_Incident_Form:Date_Repair_Completed",
        "mapsTo": "extendedFields",
        "name": "Date Repair Completed",
        "section": "Motor Details",
        "dataType": "string($date)",
        "maxLength": null,
        "isRequired": false,
        "listSource": null
    },
    {
        "identifier": "Global_Incident_Form:Replacement_Vehicle",
        "mapsTo": "extendedFields",
        "name": "Replacement Vehicle?",
        "section": "Motor Details",
        "dataType": "boolean",
        "maxLength": null,
        "isRequired": false,
        "listSource": null
    },
    {
        "identifier": "Global_Incident_Form:Days_Replacement_Vehicle",
        "mapsTo": "extendedFields",
        "name": "Number of Days Replacement Vehicle",
        "section": "Motor Details",
        "dataType": "integer",
        "maxLength": 5,
        "isRequired": false,
        "listSource": null
    },
    {
        "identifier": "Global_Incident_Form:Liability_IsBrandSensitive",
        "mapsTo": "extendedFields",
        "name": "Brand Protection / Sensitive?",
        "section": "Liability Issues",
        "dataType": "boolean",
        "maxLength": null,
        "isRequired": false,
        "listSource": null
    },
    {
        "identifier": "Global_Incident_Form:Liability_HasMediaInterest",
        "mapsTo": "extendedFields",
        "name": "Media Interest?",
        "section": "Liability Issues",
        "dataType": "boolean",
        "maxLength": null,
        "isRequired": false,
        "listSource": null
    },
    {
        "identifier": "Global_Incident_Form:Liability_MinorIsInjured",
        "mapsTo": "extendedFields",
        "name": "Injury to Minor?",
        "section": "Liability Issues",
        "dataType": "boolean",
        "maxLength": null,
        "isRequired": false,
        "listSource": null
    },
    {
        "identifier": "Global_Incident_Form:Liability_LargeLossReportIsIssued",
        "mapsTo": "extendedFields",
        "name": "Large Loss Report Issued?",
        "section": "Liability Issues",
        "dataType": "boolean",
        "maxLength": null,
        "isRequired": false,
        "listSource": null
    },
    {
        "identifier": "Global_Incident_Form:Deductible_Status",
        "mapsTo": "extendedFields",
        "name": "Deductible Status",
        "section": "Financials",
        "dataType": "string",
        "maxLength": 10,
        "isRequired": false,
        "listSource": [
            "Deductible not recovered",
            "Deductible recovered in full",
            "Deductible to be recovered",
            "Not Applicable",
            "Partial deductible recovery"
        ]
    },
    {
        "identifier": "Global_Incident_Form:Demon_LossAdjAssgnDate",
        "mapsTo": "extendedFields",
        "name": "Date Loss Adjuster assigned",
        "section": "Loss Adjusting",
        "elementType": null,
        "dataType": "string($date)",
        "maxLength": null,
        "isRequired": false,
        "listSource": null
    },
    {
        "identifier": "Global_Incident_Form:Demon_LossAdjAppntDate",
        "mapsTo": "extendedFields",
        "name": "Date Loss Adjuster appointment confirmed",
        "section": "Loss Adjusting",
        "dataType": "string($date)",
        "maxLength": null,
        "isRequired": false,
        "listSource": null
    },
    {
        "identifier": "Global_Incident_Form:Demon_LossAdjName",
        "mapsTo": "extendedFields",
        "name": "Name of Loss Adjuster",
        "section": "Loss Adjusting",
        "dataType": "string",
        "maxLength": 10,
        "isRequired": false,
        "listSource": [
            "Adjuster 1",
            "Adjuster 2",
            "Adjuster 3"
        ]
    },
    {
        "identifier": "Global_Incident_Form:Demon_InstrLossAdjuster",
        "mapsTo": "extendedFields",
        "name": "Instructions to Loss Adjuster",
        "section": "Loss Adjusting",
        "dataType": "string",
        "maxLength": 2500,
        "isRequired": false,
        "listSource": null
    },
    {
        "identifier": "Global_Incident_Form:Demon_LossAdjVisitDate",
        "mapsTo": "extendedFields",
        "name": "Date Loss Adjuster visit",
        "section": "Loss Adjusting",
        "dataType": "string($date)",
        "maxLength": null,
        "isRequired": false,
        "listSource": null
    },
    {
        "identifier": "Global_Incident_Form:Demon_LossAdjRptRecvdDate",
        "mapsTo": "extendedFields",
        "name": "Date Loss Adjuster report received",
        "section": "Loss Adjusting",
        "dataType": "string($date)",
        "maxLength": null,
        "isRequired": false,
        "listSource": null
    },
    {
        "identifier": "Global_Incident_Form:Demon_WGLInspectionAssgnDate",
        "mapsTo": "extendedFields",
        "name": "Date WGL Inspection assigned",
        "section": "WeGoLook",
        "dataType": "string($date)",
        "maxLength": null,
        "isRequired": false,
        "listSource": null
    },
    {
        "identifier": "Global_Incident_Form:Demon_WGLInspectionConfrmDate",
        "mapsTo": "extendedFields",
        "name": "Date WGL Inspection confirmed",
        "section": "WeGoLook",
        "dataType": "string($date)",
        "maxLength": null,
        "isRequired": false,
        "listSource": null
    },
    {
        "identifier": "Global_Incident_Form:Demon_InstrLooker",
        "mapsTo": "extendedFields",
        "name": "Instructions to Looker",
        "section": "WeGoLook",
        "dataType": "string",
        "maxLength": 2500,
        "isRequired": false,
        "listSource": null
    },
    {
        "identifier": "Global_Incident_Form:Demon_WGLRptRecvdDate",
        "mapsTo": "extendedFields",
        "name": "Date WGL report received",
        "section": "WeGoLook",
        "dataType": "string($date)",
        "maxLength": null,
        "isRequired": false,
        "listSource": null
    },
    {
        "identifier": "Global_Incident_Form:Demon_ContractorAssgnDate",
        "mapsTo": "extendedFields",
        "name": "Date Contractor assigned",
        "section": "Contractor Connection",
        "dataType": "string($date)",
        "maxLength": null,
        "isRequired": false,
        "listSource": null
    },
    {
        "identifier": "Global_Incident_Form:Demon_ContractorAppntCnfrmdDate",
        "mapsTo": "extendedFields",
        "name": "Date Contractor appointment confirmed",
        "section": "Contractor Connection",
        "dataType": "string($date)",
        "maxLength": null,
        "isRequired": false,
        "listSource": null
    },
    {
        "identifier": "Global_Incident_Form:Demon_ContractorName",
        "mapsTo": "extendedFields",
        "name": "Name of Contractor",
        "section": "Contractor Connection",
        "dataType": "string",
        "maxLength": 10,
        "isRequired": false,
        "listSource": [
            "Contractor 1",
            "Contractor 2",
            "Contractor 3"
        ]
    },
    {
        "identifier": "Global_Incident_Form:Demon_ContractorWorksFinishDate",
        "mapsTo": "extendedFields",
        "name": "Date Contracted works finished",
        "section": "Contractor Connection",
        "dataType": "string($date)",
        "maxLength": null,
        "isRequired": false,
        "listSource": null
    },
    {
        "identifier": "Global_Incident_Form:Demon_ContractorRptRecvdDate",
        "mapsTo": "extendedFields",
        "name": "Date Contractor report received",
        "section": "Contractor Connection",
        "dataType": "string($date)",
        "maxLength": null,
        "isRequired": false,
        "listSource": null
    }
]