POST api/HRGetAccidentResponseDetails
Documentation for 'Post'.
Request Information
Request body formats
application/json, text/json
Sample:
{
"EmployeeNum": "sample string 1",
"CompanyCode": "sample string 2",
"AccidentID": 3,
"QuestionNum": 4,
"QuestionSub": "sample string 5"
}
Response Information
Response body formats
application/json, text/json
Sample:
{
"Response": {
"X_QUESTION_TEXT": "sample string 1",
"ORIG_HASH": "sample string 2",
"COMPANY_CODE": "sample string 3",
"EMP_NUM": "sample string 4",
"ACCIDENT_HST_ID": 5,
"ACCIDENT_QUEST_NUM": 6,
"ACCIDENT_QUEST_SUB": "sample string 7",
"ACCIDENT_RESP_CODE": "sample string 8",
"ACCIDENT_RESPONSE": "sample string 9"
}
}