- Subcategories:
 - Person Visas and Permits Descriptive Flexfields
 - Person Visas and Permits Developer Descriptive Flexfields
 
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: postPath:
/hcmRestApi/resources/11.13.18.05/workers/{workersUniqID}/child/visasPermits - Delete a worker visa permit
 - Method: deletePath:
/hcmRestApi/resources/11.13.18.05/workers/{workersUniqID}/child/visasPermits/{visasPermitsUniqID} - Get a worker visa permit
 - Method: getPath:
/hcmRestApi/resources/11.13.18.05/workers/{workersUniqID}/child/visasPermits/{visasPermitsUniqID} - Get all worker visas permits
 - Method: getPath:
/hcmRestApi/resources/11.13.18.05/workers/{workersUniqID}/child/visasPermits - Update a worker visa permit
 - Method: patchPath:
/hcmRestApi/resources/11.13.18.05/workers/{workersUniqID}/child/visasPermits/{visasPermitsUniqID}