API Docs / Operations / Task - Workflow Notes / Create Note for Workflow Step

Create Note for Workflow Step

POST /tenants/{tenant}/tasks/{taskCode}/groups/{groupNumber}/steps/{stepNumber}/notes

Creates a new note for the specified workflow step.

Parameters

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

groupNumber* path integer (int32)
stepNumber* path integer (int32)
taskCode* path string
{
  "text": "string",
  "date": "2024-01-01T00:00:00Z",
  "noteFromUserCode": "string",
  "pinnedLevel": 0
}

Responses

201 Created
400 Bad Request
401 Unauthorized - Invalid or missing API key