Actions Service

Back

Overview

Actions represent tasks or activities assigned to entities (customers or suppliers). They support scheduling, tracking, and completion management.

Actions are used for:

All action operations are tenant-aware and scoped to the current tenant.


Endpoints

Back to Actions

GET

/api/v1/Actions/{id}

Returns a single action by its numeric identifier.

Route parameters:

Behavior:

Authorization:


GET

/api/v1/Actions/entity/{entityId}

Returns all actions for a specific entity.

Route parameters:

Behavior:

Authorization:


GET

/api/v1/Actions/due

Returns all due actions (past due date and not completed).

Behavior:

Authorization:


POST

/api/v1/Actions

Creates a new action.

Request body:

Behavior:

Errors:

Authorization:


PUT

/api/v1/Actions/{id}

Updates an existing action.

Request:

Behavior:

Errors:

Authorization:


DELETE

/api/v1/Actions/{id}

Deletes an action by its identifier.

Behavior:

Errors:

Authorization:


Notes