POST api/employee/createcurrentbonus

Request Information

URI Parameters

None.

Body Parameters

BonusMonthCurrentInput
NameDescriptionTypeAdditional information
HR_BONM_STAFFNO

integer

None.

LoggedInStaffNo

integer

None.

HR_BONM_NAME

string

None.

HR_BONM_SURN

string

None.

HR_BONM_DIFFAMT

decimal number

None.

HR_BONM_BONUS_MONTH

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "HR_BONM_STAFFNO": 1,
  "LoggedInStaffNo": 1,
  "HR_BONM_NAME": "sample string 2",
  "HR_BONM_SURN": "sample string 3",
  "HR_BONM_DIFFAMT": 1.0,
  "HR_BONM_BONUS_MONTH": 1
}

application/xml, text/xml

Sample:
<BonusMonthCurrentInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HR_COS_Bonus.Dto.BonusMonthCurrent">
  <HR_BONM_BONUS_MONTH>1</HR_BONM_BONUS_MONTH>
  <HR_BONM_DIFFAMT>1</HR_BONM_DIFFAMT>
  <HR_BONM_NAME>sample string 2</HR_BONM_NAME>
  <HR_BONM_STAFFNO>1</HR_BONM_STAFFNO>
  <HR_BONM_SURN>sample string 3</HR_BONM_SURN>
  <LoggedInStaffNo>1</LoggedInStaffNo>
</BonusMonthCurrentInput>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}

application/xml, text/xml

Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />