POST api/PayrollProcess/Createsalarrears

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
arreardetail
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "arr_id": 1,
  "EMP_FIRST_NAME": "sample string 2",
  "emppost": "sample string 3",
  "curdiv": "sample string 4",
  "EMP_TYPE": 5,
  "EMP_APPNT_DIVISION_ID": 6,
  "EMP_EMPLOYEE_ID": 7,
  "GrossPay": 8.0,
  "TotalDeductions": 9.0,
  "TotalPayable": 10.0,
  "days": 11,
  "monthcode": "sample string 12",
  "COMPLAINT_INITIATED_BY": "sample string 13",
  "DOC_STATUS": "sample string 14",
  "Emp_Cat": 15,
  "arr_status": "sample string 16",
  "EMP_EMPLOYEE_CODE": "sample string 17",
  "EMP_CODE": "sample string 18"
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'arreardetails'.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:

Sample not available.