Photos REST Endpoints

Workers/Photos
The photo resource is a child of the workers resource. It provides the all photos of a worker as of the specified date. By default, the current date is retained.
Create a worker photo
Method: post
Path: /hcmRestApi/resources/11.13.18.05/workers/{workersUniqID}/child/photos
Delete a worker photo
Method: delete
Path: /hcmRestApi/resources/11.13.18.05/workers/{workersUniqID}/child/photos/{PhotoId}
Get a worker photo
Method: get
Path: /hcmRestApi/resources/11.13.18.05/workers/{workersUniqID}/child/photos/{PhotoId}
Get all worker photos
Method: get
Path: /hcmRestApi/resources/11.13.18.05/workers/{workersUniqID}/child/photos
Update a worker photo
Method: patch
Path: /hcmRestApi/resources/11.13.18.05/workers/{workersUniqID}/child/photos/{PhotoId}