External Identifiers REST Endpoints

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