POST api/HRGetGrievanceDetails
Documentation for 'Post'.
Request Information
Request body formats
application/json, text/json
Sample:
{ "EmployeeNum": "sample string 1", "CompanyCode": "sample string 2", "GrievanceID": 3 }
Response Information
Response body formats
application/json, text/json
Sample:
{ "Grievance": { "COMPANY_CODE": "sample string 1", "EMP_NUM": "sample string 2", "GRIEVANCE_ID": 3, "GRIEVANCE_DATE": "2025-04-03T21:39:57.7435093-07:00", "GRIEVANCE_DESC": "sample string 5", "GRIEVANCE_RESP_DATE": "2025-04-03T21:39:57.7435093-07:00", "GRIEVANCE_RESP_DESC": "sample string 6", "GRIEVANCE_RES_DATE": "2025-04-03T21:39:57.7435093-07:00", "GRIEVANCE_RES": "sample string 7", "INS_USER": "sample string 8", "INS_DATE": "2025-04-03T21:39:57.7435093-07:00", "UPD_USER": "sample string 10", "UPD_DATE": "2025-04-03T21:39:57.7435093-07:00", "CustomFieldList": [ { "EntityName": "sample string 1", "FieldName": "sample string 2", "Value": "sample string 3", "Label": "sample string 4", "FieldType": "sample string 5" }, { "EntityName": "sample string 1", "FieldName": "sample string 2", "Value": "sample string 3", "Label": "sample string 4", "FieldType": "sample string 5" }, { "EntityName": "sample string 1", "FieldName": "sample string 2", "Value": "sample string 3", "Label": "sample string 4", "FieldType": "sample string 5" } ], "ORIG_HASH": "sample string 12" } }