POST api/Zapier/InsertWorkerCompensationClaim
Insert new worker compensation claim.
Request Information
URI Parameters
None.
Body Parameters
WorkerCompensationClaimModelName | Description | Type | Additional 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-11-21T02:55:14.8214203-06:00", "date_of_injury_illness": "sample string 2", "time_of_occurrence_cannot_be_determined": true, "time_of_occurrence": "2024-11-21T02:55:14.8214203-06: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": "753d4017-35af-43b6-8c79-f69a3d86b951", "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": "b2341472-be9d-4c54-847a-559e4341f91a", "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": "19d8f2b3-12e7-438c-8e18-e068590ed7c9", "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">b2341472-be9d-4c54-847a-559e4341f91a</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">19d8f2b3-12e7-438c-8e18-e068590ed7c9</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>753d4017-35af-43b6-8c79-f69a3d86b951</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-11-21T02:55:14.8214203-06:00</TimeEmployeeBeganWork> <TimeOfOccurrence>2024-11-21T02:55:14.8214203-06: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
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>