POST api/employee/getcurrentbonus
Request Information
URI Parameters
None.
Body Parameters
EmployeeSearchInput| Name | Description | Type | Additional information |
|---|---|---|---|
| HR_BONM_STAFFNO | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"HR_BONM_STAFFNO": 1
}
application/xml, text/xml
Sample:
<EmployeeSearchInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HR_COS_Bonus.Dto.BonusMonthCurrent"> <HR_BONM_STAFFNO>1</HR_BONM_STAFFNO> </EmployeeSearchInput>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
CurrentBonusOutput| Name | Description | Type | Additional information |
|---|---|---|---|
| HR_BONM_DIFFAMT | decimal number |
None. |
|
| HR_BONM_DIFFAMTS | decimal number |
None. |
|
| HR_BONM_DIFFAMTStr | string |
None. |
|
| HR_BONM_STAFFNO | integer |
None. |
|
| HR_BONM_STAFFNOS | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"HR_BONM_DIFFAMT": 1.0,
"HR_BONM_DIFFAMTS": 1.0,
"HR_BONM_DIFFAMTStr": "R 1.00",
"HR_BONM_STAFFNO": 1,
"HR_BONM_STAFFNOS": "1"
}
application/xml, text/xml
Sample:
<CurrentBonusOutput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HR_COS_Bonus.Dto.BonusMonthCurrent"> <HR_BONM_DIFFAMT>1</HR_BONM_DIFFAMT> <HR_BONM_STAFFNO>1</HR_BONM_STAFFNO> </CurrentBonusOutput>