A valid request URL is required to generate request examples{
"@context": "<string>",
"@id": "<string>",
"@type": "<string>",
"id": 123,
"hours": 123,
"title": "<string>",
"comment": "<string>",
"owner": {
"@context": "<string>",
"@id": "<string>",
"@type": "<string>",
"id": 123,
"fullName": "<string>",
"logo": "<string>"
},
"dateCreated": "2023-11-07T05:31:56Z",
"dateBegin": "2023-11-07T05:31:56Z",
"dateEnd": "2023-11-07T05:31:56Z"
}Records hours for a user toward badge completion. Sets the current user as the entry owner. Automatically recalculates the user total hours and awards any hours-based badges whose threshold is now met. Requires HR_ASSISTANT_LOCAL or HR_ASSISTANT_TENANT permission on the target user.
A valid request URL is required to generate request examples{
"@context": "<string>",
"@id": "<string>",
"@type": "<string>",
"id": 123,
"hours": 123,
"title": "<string>",
"comment": "<string>",
"owner": {
"@context": "<string>",
"@id": "<string>",
"@type": "<string>",
"id": 123,
"fullName": "<string>",
"logo": "<string>"
},
"dateCreated": "2023-11-07T05:31:56Z",
"dateBegin": "2023-11-07T05:31:56Z",
"dateEnd": "2023-11-07T05:31:56Z"
}The new BadgeHour resource