National Identifiers REST Endpoints

Workers/National Identifiers
The nationalIdentifiers resource is a child of the workers resource. It provides all the national identifiers of a worker as of the specified date. By default, the current date is retained.
Create a worker national identifier
Method: post
Path: /hcmRestApi/resources/11.13.18.05/workers/{workersUniqID}/child/nationalIdentifiers
Delete a worker national identifier
Method: delete
Path: /hcmRestApi/resources/11.13.18.05/workers/{workersUniqID}/child/nationalIdentifiers/{NationalIdentifierId}
Get a worker national identifier
Method: get
Path: /hcmRestApi/resources/11.13.18.05/workers/{workersUniqID}/child/nationalIdentifiers/{NationalIdentifierId}
Get all worker national identifiers
Method: get
Path: /hcmRestApi/resources/11.13.18.05/workers/{workersUniqID}/child/nationalIdentifiers
Update a worker national identifier
Method: patch
Path: /hcmRestApi/resources/11.13.18.05/workers/{workersUniqID}/child/nationalIdentifiers/{NationalIdentifierId}