POST TaskStatusTypes
Creates a task status type.
Request Information
URI Parameters
None.
Body Parameters
Task Status Type to create
TaskStatusType| Name | Description | Type | Additional information |
|---|---|---|---|
| TaskStatusTypeId | globally unique identifier |
None. |
|
| Name | string |
None. |
|
| CompanyId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"TaskStatusTypeId": "0fc0eb97-b3cc-422f-86cb-544d281589e9",
"Name": "sample string 1",
"CompanyId": "70b1267c-25ed-4759-aab3-9f80042ad0f8"
}
Response Information
Resource Description
On success, the created task status type.
| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | TaskStatusType |
None. |
|
| Total | integer |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": {
"TaskStatusTypeId": "ecb03bdf-e876-4a6e-9a55-10af45afcb28",
"Name": "sample string 1",
"CompanyId": "b6aad93d-ff3f-49dd-a467-1c9c61513c56"
},
"Total": 1,
"Message": "sample string 1"
}