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: post
Path: /hcmRestApi/resources/11.13.18.05/payrollConnectConfigEventMappings
Delete an event mapping configuration.
Method: delete
Path: /hcmRestApi/resources/11.13.18.05/payrollConnectConfigEventMappings/{ConfigEventsMappingId}
Get all event mapping configurations.
Method: get
Path: /hcmRestApi/resources/11.13.18.05/payrollConnectConfigEventMappings
Get an event mapping configuration.
Method: get
Path: /hcmRestApi/resources/11.13.18.05/payrollConnectConfigEventMappings/{ConfigEventsMappingId}
Update an event mapping configuration.
Method: patch
Path: /hcmRestApi/resources/11.13.18.05/payrollConnectConfigEventMappings/{ConfigEventsMappingId}