POST api/Zapier/InsertPropertyLossClaim

Insert new property loss claim.

Request Information

URI Parameters

None.

Body Parameters

PropertyLossClaimIntegrationModel
NameDescriptionTypeAdditional information
fire

boolean

None.

theft

boolean

None.

lightning

boolean

None.

hail

boolean

None.

flood

boolean

None.

wind

boolean

None.

other

boolean

None.

other_description

string

None.

probable_amount_entire_loss

string

None.

reprorted_by

string

None.

reported_to

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:
{
  "fire": true,
  "theft": true,
  "lightning": true,
  "hail": true,
  "flood": true,
  "wind": true,
  "other": true,
  "other_description": "sample string 8",
  "probable_amount_entire_loss": "sample string 9",
  "reprorted_by": "sample string 10",
  "reported_to": "sample string 11",
  "database_id": "a07329b4-d129-449d-9dc0-959c1d79973c",
  "claim_number": "sample string 13",
  "status": "sample string 14",
  "street": "sample string 15",
  "city": "sample string 16",
  "state": "sample string 17",
  "zip": "sample string 18",
  "county": "sample string 19",
  "date_of_loss": "sample string 20",
  "describe_location": "sample string 21",
  "police_or_fire": "sample string 22",
  "report_number": "sample string 23",
  "additional_comments": "sample string 24",
  "description_of_loss": "sample string 25",
  "insured_database_id": "f9780272-b882-4e43-866f-35c3b82eca3a",
  "insured_email": "sample string 26",
  "insured_first_name": "sample string 27",
  "insured_last_name": "sample string 28",
  "insured_commercial_name": "sample string 29",
  "policy_number": "sample string 30"
}

application/xml, text/xml

Sample:
<PropertyLossClaimIntegrationModel 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 24</AdditionalComments>
  <City xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.Integrations">sample string 16</City>
  <ClaimNumber xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.Integrations">sample string 13</ClaimNumber>
  <County xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.Integrations">sample string 19</County>
  <DatabaseId xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.Integrations">a07329b4-d129-449d-9dc0-959c1d79973c</DatabaseId>
  <DateOfLossAndTime xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.Integrations">sample string 20</DateOfLossAndTime>
  <DescribeLocation xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.Integrations">sample string 21</DescribeLocation>
  <DescriptionOfLossAndDamage xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.Integrations">sample string 25</DescriptionOfLossAndDamage>
  <InsuredCommercialName xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.Integrations">sample string 29</InsuredCommercialName>
  <InsuredDatabaseId xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.Integrations">f9780272-b882-4e43-866f-35c3b82eca3a</InsuredDatabaseId>
  <InsuredEmail xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.Integrations">sample string 26</InsuredEmail>
  <InsuredFirstName xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.Integrations">sample string 27</InsuredFirstName>
  <InsuredLastName xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.Integrations">sample string 28</InsuredLastName>
  <PoliceOrFireDepartment xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.Integrations">sample string 22</PoliceOrFireDepartment>
  <PolicyNumber xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.Integrations">sample string 30</PolicyNumber>
  <ReportNumber xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.Integrations">sample string 23</ReportNumber>
  <State xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.Integrations">sample string 17</State>
  <Status xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.Integrations">sample string 14</Status>
  <Street xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.Integrations">sample string 15</Street>
  <ZipCode xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.Integrations">sample string 18</ZipCode>
  <Fire>true</Fire>
  <Flood>true</Flood>
  <Hail>true</Hail>
  <Lightning>true</Lightning>
  <Other>true</Other>
  <OtherDescription>sample string 8</OtherDescription>
  <ProbableAmountEntireLoss>sample string 9</ProbableAmountEntireLoss>
  <ReportedBy>sample string 10</ReportedBy>
  <ReportedTo>sample string 11</ReportedTo>
  <Theft>true</Theft>
  <Wind>true</Wind>
</PropertyLossClaimIntegrationModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

NowCertsApiResult
NameDescriptionTypeAdditional 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>