Employee Event Owners REST Endpoints
Employee Event Details/Employee Event Owners
The child resource that provides details of the owners of the employee event.
- Create an owner for the employee event
- Method: postPath:
/hcmRestApi/resources/11.13.18.05/communicateUIEmployeeEventDetails/{EventNumber}/child/owners
- Delete an owner of the employee event
- Method: deletePath:
/hcmRestApi/resources/11.13.18.05/communicateUIEmployeeEventDetails/{EventNumber}/child/owners/{ownersUniqID}
- Get all owners of the employee event
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/communicateUIEmployeeEventDetails/{EventNumber}/child/owners
- Get an owner of the employee event
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/communicateUIEmployeeEventDetails/{EventNumber}/child/owners/{ownersUniqID}