Visa Permits REST Endpoints

Workers/Visa Permits
The visasPermits resource is a child of the workers resource. It provides all the visas and permits of a worker as of the specified date. By default, the current date is retained.
Create a worker visa permit
Method: post
Path: /hcmRestApi/resources/11.13.18.05/workers/{workersUniqID}/child/visasPermits
Delete a worker visa permit
Method: delete
Path: /hcmRestApi/resources/11.13.18.05/workers/{workersUniqID}/child/visasPermits/{visasPermitsUniqID}
Get a worker visa permit
Method: get
Path: /hcmRestApi/resources/11.13.18.05/workers/{workersUniqID}/child/visasPermits/{visasPermitsUniqID}
Get all worker visas permits
Method: get
Path: /hcmRestApi/resources/11.13.18.05/workers/{workersUniqID}/child/visasPermits
Update a worker visa permit
Method: patch
Path: /hcmRestApi/resources/11.13.18.05/workers/{workersUniqID}/child/visasPermits/{visasPermitsUniqID}