Payroll Connect Configure Event Mapping REST Endpoints
Payroll Connect Configure Event Mapping
The payroll connect configure event mappings resource retrieves all configured event mappings or for a ConfigEventsMappingId, if specified. You can create, read, update and delete the configured event mappings.
- Create an event mapping configuration.
- Method: postPath:
/hcmRestApi/resources/11.13.18.05/payrollConnectConfigEventMappings - Delete an event mapping configuration.
- Method: deletePath:
/hcmRestApi/resources/11.13.18.05/payrollConnectConfigEventMappings/{ConfigEventsMappingId} - Get all event mapping configurations.
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/payrollConnectConfigEventMappings - Get an event mapping configuration.
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/payrollConnectConfigEventMappings/{ConfigEventsMappingId} - Update an event mapping configuration.
- Method: patchPath:
/hcmRestApi/resources/11.13.18.05/payrollConnectConfigEventMappings/{ConfigEventsMappingId}