Domain Event Categories

This resource allows you to create, retrieve, and update domain event categories, which consist of system messages, leaves of absence, Timekeeping, myrequest, and so on.

Operations


Create Domain Event Category
POST /v1/commons/event_categories


Create or Update Domain Event Categories
POST /v1/commons/event_categories/multi_upsert


Delete Domain Event Category by ID
DELETE /v1/commons/event_categories/{id}


Retrieve All Domain Event Categories
GET /v1/commons/event_categories


Retrieve Domain Event Categories
POST /v1/commons/event_categories/multi_read


Retrieve Domain Event Category by ID
GET /v1/commons/event_categories/{id}


Update Domain Event Category by ID
PUT /v1/commons/event_categories/{id}