POST TaskStatusTypes

Creates a task status type.

Request Information

URI Parameters

None.

Body Parameters

Task Status Type to create

TaskStatusType
NameDescriptionTypeAdditional information
TaskStatusTypeId

globally unique identifier

None.

Name

string

None.

CompanyId

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "TaskStatusTypeId": "088ec6ac-2db4-40c6-971a-13574f15f703",
  "Name": "sample string 1",
  "CompanyId": "2bfd1c36-fe56-42e6-a449-30a2da9863ac"
}

Response Information

Resource Description

On success, the created task status type.

NameDescriptionTypeAdditional information
Data

TaskStatusType

None.

Total

integer

None.

Message

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Data": {
    "TaskStatusTypeId": "c7b3d2f3-830d-4cfa-ae26-f122c4160efa",
    "Name": "sample string 1",
    "CompanyId": "4572ed68-18de-4608-bba7-8369c9680e92"
  },
  "Total": 1,
  "Message": "sample string 1"
}