Create Task Action Type
POST/api/taskactiontypes/createtaskactiontype
Tier: Public — stable, supported for third-party integration.
Creates a task action type. Always creates a custom (SystemType:false) type — the five system types are seeded per organisation, not created through this endpoint.
Request
Responses
- 200
- 400
- 401
- 403
The created action type. See Tasks.TaskActionTypeSummaryDto.
Validator failures (e.g. missing or duplicate Type).
Caller is not authenticated.
Caller does not have Create permission on the Task module.