- Subcategories:
- Person Legislative Descriptive Flexfields
- Person Legislative Developer Descriptive Flexfields
Legislative Information REST Endpoints
HCM Contacts/Legislative Information
The legislativeInfo resource is a child of the hcmContacts resource. It provides all the legislative information of worker contacts as of the specified date. By default, the current date is retained.
- Create a legislative record
- Method: postPath:
/hcmRestApi/resources/11.13.18.05/hcmContacts/{hcmContactsUniqID}/child/legislativeInfo
- Delete a legislative record
- Method: deletePath:
/hcmRestApi/resources/11.13.18.05/hcmContacts/{hcmContactsUniqID}/child/legislativeInfo/{legislativeInfoUniqID}
- Get a legislative record
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/hcmContacts/{hcmContactsUniqID}/child/legislativeInfo/{legislativeInfoUniqID}
- Get all legislative records
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/hcmContacts/{hcmContactsUniqID}/child/legislativeInfo
- Update a legislative record
- Method: patchPath:
/hcmRestApi/resources/11.13.18.05/hcmContacts/{hcmContactsUniqID}/child/legislativeInfo/{legislativeInfoUniqID}