POST api/EmployeeLoanDeduction/Save
Request Information
URI Parameters
None.
Body Parameters
EmployeeLoanDeduction| Name | Description | Type | Additional information |
|---|---|---|---|
| ActionTypeId | byte |
None. |
|
| AlteredOn | date |
None. |
|
| CreatedOn | date |
None. |
|
| InstallmentAmount | decimal number |
None. |
|
| TotalLoanAmount | decimal number |
None. |
|
| NoOfInstallment | integer |
None. |
|
| PayrollMonth | integer |
None. |
|
| PayrollYear | integer |
None. |
|
| AlteredById | integer |
None. |
|
| CompanyId | integer |
None. |
|
| CreatedById | integer |
None. |
|
| EmployeeId | integer |
None. |
|
| EmployeeLoanDeductionId | integer |
None. |
|
| LocationId | integer |
None. |
|
| OrganizationId | integer |
None. |
|
| UserLogId | integer |
None. |
|
| EmployeeName | string |
None. |
|
| RemaningNoOfInstallment | integer |
None. |
|
| LoanDeductionsList | Collection of EmployeeLoanDeduction |
None. |
Request Formats
application/json
Sample:
text/json
Sample:
application/xml
Sample:
text/xml
Sample:
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.