Legislative Information REST Endpoints

Workers/Legislative Information
The legislativeInfo resource is a child of the workers resource. It provides the legislative information of a worker as of the specified date. By default, the current date is retained.
Create a worker legislative record
Method: post
Path: /hcmRestApi/resources/11.13.18.05/workers/{workersUniqID}/child/legislativeInfo
Delete a worker legislative record
Method: delete
Path: /hcmRestApi/resources/11.13.18.05/workers/{workersUniqID}/child/legislativeInfo/{legislativeInfoUniqID}
Get a worker legislative record
Method: get
Path: /hcmRestApi/resources/11.13.18.05/workers/{workersUniqID}/child/legislativeInfo/{legislativeInfoUniqID}
Get all worker legislative records
Method: get
Path: /hcmRestApi/resources/11.13.18.05/workers/{workersUniqID}/child/legislativeInfo
Update a worker legislative record
Method: patch
Path: /hcmRestApi/resources/11.13.18.05/workers/{workersUniqID}/child/legislativeInfo/{legislativeInfoUniqID}