POST api/MobileApp/AddAssignedEmployeeAdditionalDeduction
Request Information
URI Parameters
None.
Body Parameters
AssignedEmployeeAdditionalDeduction| Name | Description | Type | Additional information | 
|---|---|---|---|
| AssignedEmployeeAdditionalDeductionId | integer | 
                             None.  | 
                |
| EmployeeId | integer | 
                             None.  | 
                |
| PayrollMonthId | integer | 
                             None.  | 
                |
| AdditionalDeductionId | integer | 
                             None.  | 
                |
| Amount | decimal number | 
                             None.  | 
                |
| EmployeeName | string | 
                             None.  | 
                |
| MonthName | string | 
                             None.  | 
                |
| DeductionName | string | 
                             None.  | 
                |
| EmployeeIds | string | 
                             None.  | 
                
Request Formats
application/json, text/json
            Sample:
        
{
  "AssignedEmployeeAdditionalDeductionId": 1,
  "EmployeeId": 2,
  "PayrollMonthId": 3,
  "AdditionalDeductionId": 4,
  "Amount": 5.0,
  "EmployeeName": "sample string 6",
  "MonthName": "sample string 7",
  "DeductionName": "sample string 8",
  "EmployeeIds": "sample string 9"
}
        application/x-www-form-urlencoded
            Sample:
    
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
            Sample:
"sample string 1"