POST api/Zapier/InsertWorkerCompensationClaim

Insert new worker compensation claim.

Request Information

URI Parameters

None.

Body Parameters

WorkerCompensationClaimModel
NameDescriptionTypeAdditional information
name_of_injured_employee

string

None.

time_employee_began_work

date

None.

date_of_injury_illness

string

None.

time_of_occurrence_cannot_be_determined

boolean

None.

time_of_occurrence

date

None.

last_work_date

string

None.

date_employer_notified

string

None.

date_disability_began

string

None.

contact_name

string

None.

contact_phone

string

None.

contact_id

globally unique identifier

None.

type_of_injury_illness

string

None.

part_of_body_affected

string

None.

equipment_materials_or_chemicals_employee_was_using

string

None.

activity_employee_was_engaged

string

None.

work_process_employee_was_engaged

string

None.

how_injury_or_illness_occurred

string

None.

cause_of_injury_code

string

None.

date_return_to_work

string

None.

date_of_death

string

None.

were_safeguards_or_safety_equipment_provided

boolean

None.

were_they_used

boolean

None.

injury_occured_on_employers_premises

boolean

None.

type_of_injury_illness_code

string

None.

part_of_body_affected_code

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:
{
  "name_of_injured_employee": "sample string 1",
  "time_employee_began_work": "2024-04-25T23:48:12.2632189-05:00",
  "date_of_injury_illness": "sample string 2",
  "time_of_occurrence_cannot_be_determined": true,
  "time_of_occurrence": "2024-04-25T23:48:13.8725568-05:00",
  "last_work_date": "sample string 3",
  "date_employer_notified": "sample string 4",
  "date_disability_began": "sample string 5",
  "contact_name": "sample string 6",
  "contact_phone": "sample string 7",
  "contact_id": "620df168-9017-4c39-a4f7-6242a7df69dd",
  "type_of_injury_illness": "sample string 8",
  "part_of_body_affected": "sample string 9",
  "equipment_materials_or_chemicals_employee_was_using": "sample string 10",
  "activity_employee_was_engaged": "sample string 11",
  "work_process_employee_was_engaged": "sample string 12",
  "how_injury_or_illness_occurred": "sample string 13",
  "cause_of_injury_code": "sample string 14",
  "date_return_to_work": "sample string 15",
  "date_of_death": "sample string 16",
  "were_safeguards_or_safety_equipment_provided": true,
  "were_they_used": true,
  "injury_occured_on_employers_premises": true,
  "type_of_injury_illness_code": "sample string 17",
  "part_of_body_affected_code": "sample string 18",
  "database_id": "ff8dbd2a-08cd-41bc-9dd2-60a45e7aa160",
  "claim_number": "sample string 20",
  "status": "sample string 21",
  "street": "sample string 22",
  "city": "sample string 23",
  "state": "sample string 24",
  "zip": "sample string 25",
  "county": "sample string 26",
  "date_of_loss": "sample string 27",
  "describe_location": "sample string 28",
  "police_or_fire": "sample string 29",
  "report_number": "sample string 30",
  "additional_comments": "sample string 31",
  "description_of_loss": "sample string 32",
  "insured_database_id": "eb3edbe5-a204-4ce3-bf62-a8a1aaead9bb",
  "insured_email": "sample string 33",
  "insured_first_name": "sample string 34",
  "insured_last_name": "sample string 35",
  "insured_commercial_name": "sample string 36",
  "policy_number": "sample string 37"
}

application/xml, text/xml

Sample:
<WorkerCompensationClaimModel 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 31</AdditionalComments>
  <City xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.Integrations">sample string 23</City>
  <ClaimNumber xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.Integrations">sample string 20</ClaimNumber>
  <County xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.Integrations">sample string 26</County>
  <DatabaseId xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.Integrations">ff8dbd2a-08cd-41bc-9dd2-60a45e7aa160</DatabaseId>
  <DateOfLossAndTime xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.Integrations">sample string 27</DateOfLossAndTime>
  <DescribeLocation xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.Integrations">sample string 28</DescribeLocation>
  <DescriptionOfLossAndDamage xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.Integrations">sample string 32</DescriptionOfLossAndDamage>
  <InsuredCommercialName xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.Integrations">sample string 36</InsuredCommercialName>
  <InsuredDatabaseId xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.Integrations">eb3edbe5-a204-4ce3-bf62-a8a1aaead9bb</InsuredDatabaseId>
  <InsuredEmail xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.Integrations">sample string 33</InsuredEmail>
  <InsuredFirstName xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.Integrations">sample string 34</InsuredFirstName>
  <InsuredLastName xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.Integrations">sample string 35</InsuredLastName>
  <PoliceOrFireDepartment xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.Integrations">sample string 29</PoliceOrFireDepartment>
  <PolicyNumber xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.Integrations">sample string 37</PolicyNumber>
  <ReportNumber xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.Integrations">sample string 30</ReportNumber>
  <State xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.Integrations">sample string 24</State>
  <Status xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.Integrations">sample string 21</Status>
  <Street xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.Integrations">sample string 22</Street>
  <ZipCode xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.Integrations">sample string 25</ZipCode>
  <ActivityEmployeeWasEngaged>sample string 11</ActivityEmployeeWasEngaged>
  <CauseOfInjuryCode>sample string 14</CauseOfInjuryCode>
  <ContactId>620df168-9017-4c39-a4f7-6242a7df69dd</ContactId>
  <ContactName>sample string 6</ContactName>
  <ContactPhone>sample string 7</ContactPhone>
  <DateDisabilityBegan>sample string 5</DateDisabilityBegan>
  <DateEmployerNotified>sample string 4</DateEmployerNotified>
  <DateOfDeath>sample string 16</DateOfDeath>
  <DateOfInjuryIllness>sample string 2</DateOfInjuryIllness>
  <DateReturnToWork>sample string 15</DateReturnToWork>
  <EquipmentMaterialsOrChemicalsEmployeeWasUsing>sample string 10</EquipmentMaterialsOrChemicalsEmployeeWasUsing>
  <HowInjuryOrIllnessOccurred>sample string 13</HowInjuryOrIllnessOccurred>
  <InjuryOccuredOnEmployersPremises>true</InjuryOccuredOnEmployersPremises>
  <LastWorkDate>sample string 3</LastWorkDate>
  <NameOfInjuredEmployee>sample string 1</NameOfInjuredEmployee>
  <PartOfBodyAffected>sample string 9</PartOfBodyAffected>
  <PartOfBodyAffectedCode>sample string 18</PartOfBodyAffectedCode>
  <TimeEmployeeBeganWork>2024-04-25T23:48:12.2632189-05:00</TimeEmployeeBeganWork>
  <TimeOfOccurrence>2024-04-25T23:48:13.8725568-05:00</TimeOfOccurrence>
  <TimeOfOccurrenceCannotBeDetermined>true</TimeOfOccurrenceCannotBeDetermined>
  <TypeOfInjuryIllness>sample string 8</TypeOfInjuryIllness>
  <TypeOfInjuryIllnessCode>sample string 17</TypeOfInjuryIllnessCode>
  <WereSafeguardsOrSafetyEquipmentProvided>true</WereSafeguardsOrSafetyEquipmentProvided>
  <WereTheyUsed>true</WereTheyUsed>
  <WorkProcessEmployeeWasEngaged>sample string 12</WorkProcessEmployeeWasEngaged>
</WorkerCompensationClaimModel>

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>