POST api/cycle/create

Request Information

URI Parameters

None.

Body Parameters

CycleInput
NameDescriptionTypeAdditional information
HR_BONC_YEAR

integer

None.

HR_BONC_STARTD

date

None.

HR_BONC_ENDDT

date

None.

Request Formats

application/json, text/json

Sample:
{
  "HR_BONC_YEAR": 1,
  "HR_BONC_STARTD": "2024-05-07T02:29:08.0558851+02:00",
  "HR_BONC_ENDDT": "2024-05-07T02:29:08.0558851+02:00"
}

application/xml, text/xml

Sample:
<CycleInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HR_COS_Bonus.Dto.Cycles">
  <HR_BONC_ENDDT>2024-05-07T02:29:08.0558851+02:00</HR_BONC_ENDDT>
  <HR_BONC_STARTD>2024-05-07T02:29:08.0558851+02:00</HR_BONC_STARTD>
  <HR_BONC_YEAR>1</HR_BONC_YEAR>
</CycleInput>

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/" />