GET api/employee/initDt

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

BonusMonthCurrentOutputList
NameDescriptionTypeAdditional information
Employees

Collection of BonusMonthCurrentOutput

None.

Counter

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "Employees": [
    {
      "HR_BONM_BONUS_MONTH": 1,
      "HR_BONM_BONUS_MONTHS": 1,
      "HR_BONM_BONUS_MONTHName": "January",
      "HR_BONM_STAFFNO": 1,
      "HR_BONM_STAFFNOS": "1",
      "HR_BONM_NAME": "sample string 2",
      "HR_BONM_SURN": "sample string 3",
      "FULLNAME": "sample string 2 sample string 3",
      "HR_BONM_DIFFAMT": 1.0,
      "HR_BONM_DIFFAMTS": 1.0,
      "HR_BONM_DIFFAMTStr": "R 1.00"
    },
    {
      "HR_BONM_BONUS_MONTH": 1,
      "HR_BONM_BONUS_MONTHS": 1,
      "HR_BONM_BONUS_MONTHName": "January",
      "HR_BONM_STAFFNO": 1,
      "HR_BONM_STAFFNOS": "1",
      "HR_BONM_NAME": "sample string 2",
      "HR_BONM_SURN": "sample string 3",
      "FULLNAME": "sample string 2 sample string 3",
      "HR_BONM_DIFFAMT": 1.0,
      "HR_BONM_DIFFAMTS": 1.0,
      "HR_BONM_DIFFAMTStr": "R 1.00"
    }
  ],
  "Counter": 1
}

application/xml, text/xml

Sample:
<BonusMonthCurrentOutputList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HR_COS_Bonus.Dto.BonusMonthCurrent">
  <Counter>1</Counter>
  <Employees>
    <BonusMonthCurrentOutput>
      <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>
    </BonusMonthCurrentOutput>
    <BonusMonthCurrentOutput>
      <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>
    </BonusMonthCurrentOutput>
  </Employees>
</BonusMonthCurrentOutputList>