Your browser is not up to date. This may cause security, speed, and display
issues. Please update your browser.
Update Browser
X
Parameter | Type | Description |
---|---|---|
users_id | integer |
The related employee's ID
|
year | integer |
Year for which the overtime carryover applies
Format YYYY
|
hours | float |
Number of hours
|
note | string|null |
Note
|
GET /api/overtimecarry
Optionale Parameter | users_id (integer) |
Restrict data to this user
|
---|---|---|
year (integrer) |
Restrict data to this year
|
{ "overtimecarry": { [object of type overtimecarryRow], [object of type overtimecarryRow], ... } }
GET /api/overtimecarry/[USERS_ID]/[YEAR]
{ "overtimecarryRow": [object of type overtimecarryRow] }
POST /api/overtimecarry
Required parameters | users_id, year, hours |
---|
Optional parameters | note |
---|
{ "overtimecarryRow": [object of type overtimecarryRow] }
PUT /api/overtimecarry/[USERS_ID]/[YEAR]
Optional parameters | hours, note |
---|
{ "overtimecarryRow": [object of type overtimecarryRow] }
DELETE /api/overtimecarry/[USERS_ID]/[YEAR]
{ "success": true }
Our Customer-Success-Team will answer your questions.