POST api/hr_e_planung/PostPlanningAdjustment
Request Information
URI Parameters
None.
Body Parameters
PlanningAdjustmentModel| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
None. |
|
| clientid | string |
None. |
|
| personnelNumber | string |
None. |
|
| fromDate | date |
None. |
|
| toDate | date |
None. |
|
| breakValue | decimal number |
None. |
|
| noChangeOfWorkingDuration | boolean |
None. |
|
| documentNumber | string |
None. |
|
| from | string |
None. |
|
| to | string |
None. |
|
| action | string |
None. |
|
| shift | string |
None. |
|
| workplace | string |
None. |
|
| absence | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": "sample string 1",
"clientid": "sample string 2",
"personnelNumber": "sample string 3",
"fromDate": "2026-01-02T11:09:43.7536744+01:00",
"toDate": "2026-01-02T11:09:43.7536744+01:00",
"breakValue": 6.1,
"noChangeOfWorkingDuration": true,
"documentNumber": "sample string 8",
"from": "sample string 9",
"to": "sample string 10",
"action": "sample string 11",
"shift": "sample string 12",
"workplace": "sample string 13",
"absence": "sample string 14"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |