Addresses REST Endpoints

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