v3

latestOpenAPI 3.0.42026-07-312008682.1 MB
Tasks

Add task

Adds a new task to the enterprise, optionally to a specified department.

post/api/connector/v1/tasks/add

Request body

ClientTokenstring required

Token identifying the client application.

AccessTokenstring required

Access token of the client application.

Clientstring required

Name and version of the client application.

DepartmentIdstring uuid nullable

Unique identifier of the Department the task is addressed to.

ServiceOrderIdstring uuid nullable

Unique identifier of the service order (reservation or product service order) the task is linked with.

Namestring required

Name (or title) of the task.

Descriptionstring nullable

Further decription of the task.

DeadlineUtcstring date-time required

Deadline of the task in UTC timezone in ISO 8601 format.

Response

OK

TaskIdstring uuid

Unique identifier of added task.