Changelog
Introduction

Sections

Theme switcher

Add Task

With this endpoint, you can create a task for a specific Account, facilitating task management and follow-up actions.

Header Parameters

Authorizationstring

Body Parameters

accountUuidstring Required

A unique identifier for the account to which the task is assigned.

typestring Required

The type of task, which can be either "task" (a general task) or "call assignment" (a task related to a call assignment).

Enum values:
TASKCALL_ASSIGNMENT
startDatestring Required

The start date of the task

statusstring Required

The current status of the task, which can be "to do", "in progress", or "done".

Enum values:
TO_DOIN_PROGRESSDONE
accountManagerUuidstring Required

A unique identifier for the account manager responsible for the task.

commentstring

A comment providing additional information or remarks about the task.

Response

200
Object

Response Attributes

uuidstring
accountUuidstring
typestring
startDatestring
statusstring
accountManagerUuidstring
commentstring
Was this section helpful?

What made this section unhelpful for you?

POST

/

Select
1

Response

Was this section helpful?

What made this section unhelpful for you?