POST api/v1/hR_SalaryPayment
Request Information
URI Parameters
None.
Body Parameters
HR_SalaryPaymentVMName | Description | Type | Additional information |
---|---|---|---|
salaryPaymentId | integer |
None. |
|
employeeId | integer |
None. |
|
month | date |
None. |
|
salaryTemplateId | integer |
None. |
|
grossWage | decimal number |
None. |
|
totalAllowance | decimal number |
None. |
|
totalDeduction | decimal number |
None. |
|
overtimeRate | decimal number |
None. |
|
totalOvertimeHours | integer |
None. |
|
totalOvertimeAmount | decimal number |
None. |
|
netWage | decimal number |
None. |
|
dateRegistered | date |
None. |
|
processedId | integer |
None. |
|
tenantId | integer |
None. |
|
departmentId | integer |
None. |
|
designationId | integer |
None. |
|
paymentStatusId | integer |
None. |
|
monthString | string |
None. |
|
createdBy | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "salaryPaymentId": 1, "employeeId": 1, "month": "2024-11-24T09:01:04.7496266-08:00", "salaryTemplateId": 1, "grossWage": 1.0, "totalAllowance": 1.0, "totalDeduction": 1.0, "overtimeRate": 1.0, "totalOvertimeHours": 1, "totalOvertimeAmount": 1.0, "netWage": 1.0, "dateRegistered": "2024-11-24T09:01:04.7496266-08:00", "processedId": 1, "tenantId": 2, "departmentId": 1, "designationId": 1, "paymentStatusId": 1, "monthString": "sample string 3", "createdBy": 4 }
application/xml, text/xml
Sample:
<HR_SalaryPaymentVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Data.TransferObject.ViewModel"> <createdBy>4</createdBy> <dateRegistered>2024-11-24T09:01:04.7496266-08:00</dateRegistered> <departmentId>1</departmentId> <designationId>1</designationId> <employeeId>1</employeeId> <grossWage>1</grossWage> <month>2024-11-24T09:01:04.7496266-08:00</month> <monthString>sample string 3</monthString> <netWage>1</netWage> <overtimeRate>1</overtimeRate> <paymentStatusId>1</paymentStatusId> <processedId>1</processedId> <salaryPaymentId>1</salaryPaymentId> <salaryTemplateId>1</salaryTemplateId> <tenantId>2</tenantId> <totalAllowance>1</totalAllowance> <totalDeduction>1</totalDeduction> <totalOvertimeAmount>1</totalOvertimeAmount> <totalOvertimeHours>1</totalOvertimeHours> </HR_SalaryPaymentVM>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.