Passports REST Endpoints

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