- Subcategories:
 - Person Phones Descriptive Flexfields
 
Phones REST Endpoints
            
            Workers/Phones
            
        
        
    The phones resource is a child of the workers resource. It provides all the phones of a worker as of the specified date. By default, the current date is retained.
- Create a worker phone
 - Method: postPath:
/hcmRestApi/resources/11.13.18.05/workers/{workersUniqID}/child/phones - Delete a worker phone
 - Method: deletePath:
/hcmRestApi/resources/11.13.18.05/workers/{workersUniqID}/child/phones/{PhoneId} - Get a worker phone
 - Method: getPath:
/hcmRestApi/resources/11.13.18.05/workers/{workersUniqID}/child/phones/{PhoneId} - Get all worker phones
 - Method: getPath:
/hcmRestApi/resources/11.13.18.05/workers/{workersUniqID}/child/phones - Update a worker phone
 - Method: patchPath:
/hcmRestApi/resources/11.13.18.05/workers/{workersUniqID}/child/phones/{PhoneId}