Create CaseAsk AIpost https://api.safetyculture.io/incidents/v1/osha/casesBody ParamsCreateCaseRequest is the request message for creating an OSHA case.establishment_idstringestablishment_id is the ID of the establishment this case belongs to (required).year_of_filingint32year_of_filing is the year this case is filed for (required).case_numberstringcase_number is the case number.job_titlestringjob_title is the job title of the affected employee.date_of_incidentdate-timedate_of_incident is the date the incident occurred.incident_locationstringincident_location is where the incident occurred.incident_descriptionstringincident_description is description of the incident.incident_outcomeint32incident_outcome is the outcome of the incident (1=Death, 2=Days away, 3=Job transfer, 4=Other).dafw_num_awayint32dafw_num_away is days away from work.djtr_num_trint32djtr_num_tr is days job transfer or restriction.type_of_incidentint32type_of_incident is the type of incident (1=Injury, 2=Skin disorder, 3=Respiratory, 4=Poisoning, 5=Hearing loss, 6=Other).date_of_birthdate-timedate_of_birth is the employee's date of birth.date_of_hiredate-timedate_of_hire is the employee's date of hire.sexstringsex is the employee's sex (M or F).treatment_facility_typeint32treatment_facility_type is whether emergency room was used (1=yes, 0=no).treatment_in_patientint32treatment_in_patient is whether hospitalization was required (1=yes, 0=no).time_started_workstringtime_started_work is time employee began work (hh:mm format).time_of_incidentstringtime_of_incident is time of incident (hh:mm format).time_unknownbooleantime_unknown is whether time of incident is unknown.truefalsenar_before_incidentstringnar_before_incident is what employee was doing before incident.nar_what_happenedstringnar_what_happened is how injury/illness occurred.nar_injury_illnessstringnar_injury_illness is what the injury/illness was.nar_object_substancestringnar_object_substance is object/substance that harmed employee.date_of_deathdate-timedate_of_death is the date of death if applicable.employee_namestringemployee_name is the name of the employee.employee_street_addressstringemployee_street_address is the street address of the employee.employee_citystringemployee_city is the city where the employee resides.employee_statestringemployee_state is the two-letter state code for the employee.employee_zipstringemployee_zip is the ZIP code for the employee.physician_namestringphysician_name is the name of the physician who treated the employee.facility_namestringfacility_name is the name of the treatment facility.facility_street_addressstringfacility_street_address is the street address of the treatment facility.facility_citystringfacility_city is the city where the treatment facility is located.facility_statestringfacility_state is the two-letter state code for the treatment facility.facility_zipstringfacility_zip is the ZIP code for the treatment facility.Responses 200A successful response. defaultAn unexpected error response.Updated 5 months ago