API Docs / Operations / Tasks - Projected / Materialise a projected task item into the database

Materialise a projected task item into the database

POST /api/tenants/{tenant}/projected-tasks

Creates a real task item in the database from a projected (virtual) task item

Parameters

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

{
  "projectedTaskCode": "string"
}

Responses

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