- Subcategories:
- Person Legislative Descriptive Flexfields
- Person Legislative Developer Descriptive Flexfields
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: postPath:
/hcmRestApi/resources/11.13.18.05/workers/{workersUniqID}/child/legislativeInfo - Delete a worker legislative record
- Method: deletePath:
/hcmRestApi/resources/11.13.18.05/workers/{workersUniqID}/child/legislativeInfo/{legislativeInfoUniqID} - Get a worker legislative record
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/workers/{workersUniqID}/child/legislativeInfo/{legislativeInfoUniqID} - Get all worker legislative records
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/workers/{workersUniqID}/child/legislativeInfo - Update a worker legislative record
- Method: patchPath:
/hcmRestApi/resources/11.13.18.05/workers/{workersUniqID}/child/legislativeInfo/{legislativeInfoUniqID}