POST api/Zapier/InsertAutomobileLossClaim
Insert new automobile loss claim.
Request Information
URI Parameters
None.
Body Parameters
AutomobileLossClaimIntegrationModelName | Description | Type | Additional information |
---|---|---|---|
description_of_accident | string |
None. |
|
vin_number | string |
None. |
|
driver_first_name | string |
None. |
|
driver_last_name | string |
None. |
|
describe_damage | string |
None. |
|
other_vin_number | string |
None. |
|
other_driver_first_name | string |
None. |
|
other_driver_last_name | string |
None. |
|
other_describe_damage | string |
None. |
|
child_seat | boolean |
None. |
|
child_seat_installed | boolean |
None. |
|
child_seat_sustain | boolean |
None. |
|
estimate_amount | string |
None. |
|
where_vehicle_can_be_seen | string |
None. |
|
when_vehicle_can_be_seen | string |
None. |
|
database_id | globally unique identifier |
None. |
|
claim_number | string |
Required |
|
status | string |
None. |
|
street | string |
None. |
|
city | string |
None. |
|
state | string |
None. |
|
zip | string |
None. |
|
county | string |
None. |
|
date_of_loss | string |
None. |
|
describe_location | string |
None. |
|
police_or_fire | string |
None. |
|
report_number | string |
None. |
|
additional_comments | string |
None. |
|
description_of_loss | string |
None. |
|
insured_database_id | globally unique identifier |
None. |
|
insured_email | string |
None. |
|
insured_first_name | string |
None. |
|
insured_last_name | string |
None. |
|
insured_commercial_name | string |
None. |
|
policy_number | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "description_of_accident": "sample string 1", "vin_number": "sample string 2", "driver_first_name": "sample string 3", "driver_last_name": "sample string 4", "describe_damage": "sample string 5", "other_vin_number": "sample string 6", "other_driver_first_name": "sample string 7", "other_driver_last_name": "sample string 8", "other_describe_damage": "sample string 9", "child_seat": true, "child_seat_installed": true, "child_seat_sustain": true, "estimate_amount": "sample string 13", "where_vehicle_can_be_seen": "sample string 14", "when_vehicle_can_be_seen": "sample string 15", "database_id": "fba8142e-0c93-4a96-8828-a48827afa706", "claim_number": "sample string 17", "status": "sample string 18", "street": "sample string 19", "city": "sample string 20", "state": "sample string 21", "zip": "sample string 22", "county": "sample string 23", "date_of_loss": "sample string 24", "describe_location": "sample string 25", "police_or_fire": "sample string 26", "report_number": "sample string 27", "additional_comments": "sample string 28", "description_of_loss": "sample string 29", "insured_database_id": "52b18813-ad60-4207-bcfb-477a4568acdd", "insured_email": "sample string 30", "insured_first_name": "sample string 31", "insured_last_name": "sample string 32", "insured_commercial_name": "sample string 33", "policy_number": "sample string 34" }
application/xml, text/xml
Sample:
<AutomobileLossClaimIntegrationModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.Integrations.Models"> <AdditionalComments xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.Integrations">sample string 28</AdditionalComments> <City xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.Integrations">sample string 20</City> <ClaimNumber xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.Integrations">sample string 17</ClaimNumber> <County xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.Integrations">sample string 23</County> <DatabaseId xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.Integrations">fba8142e-0c93-4a96-8828-a48827afa706</DatabaseId> <DateOfLossAndTime xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.Integrations">sample string 24</DateOfLossAndTime> <DescribeLocation xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.Integrations">sample string 25</DescribeLocation> <DescriptionOfLossAndDamage xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.Integrations">sample string 29</DescriptionOfLossAndDamage> <InsuredCommercialName xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.Integrations">sample string 33</InsuredCommercialName> <InsuredDatabaseId xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.Integrations">52b18813-ad60-4207-bcfb-477a4568acdd</InsuredDatabaseId> <InsuredEmail xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.Integrations">sample string 30</InsuredEmail> <InsuredFirstName xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.Integrations">sample string 31</InsuredFirstName> <InsuredLastName xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.Integrations">sample string 32</InsuredLastName> <PoliceOrFireDepartment xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.Integrations">sample string 26</PoliceOrFireDepartment> <PolicyNumber xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.Integrations">sample string 34</PolicyNumber> <ReportNumber xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.Integrations">sample string 27</ReportNumber> <State xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.Integrations">sample string 21</State> <Status xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.Integrations">sample string 18</Status> <Street xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.Integrations">sample string 19</Street> <ZipCode xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.Integrations">sample string 22</ZipCode> <ChildSeat>true</ChildSeat> <ChildSeatInstalled>true</ChildSeatInstalled> <ChildSeatSustain>true</ChildSeatSustain> <DescribeDamage>sample string 5</DescribeDamage> <DescriptionOfAccident>sample string 1</DescriptionOfAccident> <DriverFirstName>sample string 3</DriverFirstName> <DriverLastName>sample string 4</DriverLastName> <EstimateAmount>sample string 13</EstimateAmount> <OtherDescribeDamage>sample string 9</OtherDescribeDamage> <OtherDriverFirstName>sample string 7</OtherDriverFirstName> <OtherDriverLastName>sample string 8</OtherDriverLastName> <OtherVehicleVIN_Number>sample string 6</OtherVehicleVIN_Number> <VehicleVIN_Number>sample string 2</VehicleVIN_Number> <WhenVehicleCanBeSeen>sample string 15</WhenVehicleCanBeSeen> <WhereVehicleCanBeSeen>sample string 14</WhereVehicleCanBeSeen> </AutomobileLossClaimIntegrationModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
NowCertsApiResultName | Description | Type | Additional information |
---|---|---|---|
Status | ApiStatus |
None. |
|
Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "status": 0, "message": "sample string 1" }
application/xml, text/xml
Sample:
<NowCertsApiResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.NowCertsFulcrum"> <Message>sample string 1</Message> <Status>Error</Status> </NowCertsApiResult>