Religions REST Endpoints

Workers/Religions
The religions resource is a child of the workers resource. It provides all the religions of a worker as of the specified date. By default, the current date is retained.
Create a worker religion
Method: post
Path: /hcmRestApi/resources/11.13.18.05/workers/{workersUniqID}/child/religions
Delete a worker religion
Method: delete
Path: /hcmRestApi/resources/11.13.18.05/workers/{workersUniqID}/child/religions/{ReligionId}
Get a worker religion
Method: get
Path: /hcmRestApi/resources/11.13.18.05/workers/{workersUniqID}/child/religions/{ReligionId}
Get all worker religions
Method: get
Path: /hcmRestApi/resources/11.13.18.05/workers/{workersUniqID}/child/religions
Update a worker religion
Method: patch
Path: /hcmRestApi/resources/11.13.18.05/workers/{workersUniqID}/child/religions/{ReligionId}