POST TaskStatusTypeTaskType

Creates a task status type.

Request Information

URI Parameters

None.

Body Parameters

Task Status Type to create

TaskStatusTypeTaskType
NameDescriptionTypeAdditional information
TaskStatusTypeTaskTypeId

globally unique identifier

None.

CompanyId

globally unique identifier

None.

TaskStatusTypeId

globally unique identifier

None.

TaskStatusTypeName

string

None.

SourceSystemId

string

None.

TaskTypeId

globally unique identifier

None.

TaskTypeName

string

None.

Description

string

None.

Request Formats

application/json, text/json

Sample:
{
  "TaskStatusTypeTaskTypeId": "9fc9adce-46be-4460-84e7-0d9454822c26",
  "CompanyId": "3777e475-1b84-420b-8c48-255d790ef0d9",
  "TaskStatusTypeId": "c0f7488c-7502-457e-aff3-fea32a5eb631",
  "TaskStatusTypeName": "sample string 2",
  "SourceSystemId": "sample string 3",
  "TaskTypeId": "37610f34-f42f-4784-a6cf-5e8914ad36d6",
  "TaskTypeName": "sample string 4",
  "Description": "sample string 5"
}

Response Information

Resource Description

On success, the created task status type.

NameDescriptionTypeAdditional information
Data

TaskStatusTypeTaskType

None.

Total

integer

None.

Message

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Data": {
    "TaskStatusTypeTaskTypeId": "fee90973-0f3b-43dc-8da6-366f15565a92",
    "CompanyId": "3f398c09-5d78-4d09-bbcb-1d344fa73df4",
    "TaskStatusTypeId": "8319751e-607d-433a-b4c4-cf24fa02c73a",
    "TaskStatusTypeName": "sample string 2",
    "SourceSystemId": "sample string 3",
    "TaskTypeId": "c4e71890-9937-41a4-aceb-501325c91fd7",
    "TaskTypeName": "sample string 4",
    "Description": "sample string 5"
  },
  "Total": 1,
  "Message": "sample string 1"
}