Creates a new task activity

Request Information

URI Parameters :

None.

Body Parameters :

task_activity
NameDescriptionTypeAdditional information
id

globally unique identifier

Required

reference_back_office

string
name

string

Required

Max length: 64

description

string
only_for_system

boolean
modified_dateutc

Readonly system field managed by database, filled with GetUtcDate when adding,updating

date

Request Formats :

application/json, text/json

Sample:
{
  "id": "43761b9f-edb1-4882-a4bc-c2539a39dedc",
  "reference_back_office": "sample string 2",
  "name": "sample string 3",
  "description": "sample string 4",
  "only_for_system": true,
  "modified_dateutc": "2024-04-19T12:29:35.8522529+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.