POST api/cycle/update
Request Information
URI Parameters
None.
Body Parameters
CycleInput| Name | Description | Type | Additional 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": "2025-11-01T09:42:35.7630033+02:00",
"HR_BONC_ENDDT": "2025-11-01T09:42:35.7630033+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>2025-11-01T09:42:35.7630033+02:00</HR_BONC_ENDDT> <HR_BONC_STARTD>2025-11-01T09:42:35.7630033+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
ObjectNone.
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/" />