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": "51ad07b4-8d4c-48a8-9765-d0bb7fc27bfe",
"Name": "sample string 1",
"CompanyId": "58cd2fd1-33cd-40f1-a013-214d65c491f3"
}
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": "6dcb194b-f2ec-40a3-9ae1-3b4d9d656427",
"Name": "sample string 1",
"CompanyId": "4db591a4-47c1-4798-ba15-1f40a23bec00"
},
"Total": 1,
"Message": "sample string 1"
}