TimeRegistrationDailyApprovalUpdateRequest
POST {{base_url}}/TimeRegistrationDailyApprovalUpdateRequest
Updates daily time entry data registration.
API
Time Sheet API
Requires Authentication
Yes
Returns
TimeRegistrationDailyApproval
Batch?
Yes
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
Id | string | Required. | |
(int32) | |||
The identifier of the daily time entry. | |||
Completed | string | Optional. | |
(int32) | |||
The flag that indicates whether or not the daily time registration update is completed. | |||
If true, the daily time registration update is completed. Otherwise, it is not. | |||
Comment | string | Optional. | |
The associated comment. | |||
ResourceId | string | Optional. | |
(date-time) | |||
The date and time stamp for when the time entry registration ends. | |||
Date | string | Optional. | |
(date-time) | |||
The date and time stamp for when the time registration approval has been updated. | |||
ConfirmPolicy | string | Optional. | |
The flag that indicates whether or not the policy is confirmed. | |||
If true, the policy is confirmed. Otherwise, it is not. | |||
Confirm policy compliance according to company variable 79. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string | Required. | |
The type of content accepted by the API endpoint. | |||
Content-Type | string | Required. | |
The type of content supported by the API endpoint. |
RESPONSES
status: OK
{"Id":3916115,"EmployeeId":81679,"Date":"2023-09-18T00:00:00.000Z","StandardTime":7.5,"Completed":false,"Comment":"test"}