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": "a1afd7c1-6635-49f1-b3f7-2b7c31d4687d",
"Name": "sample string 1",
"CompanyId": "2f14ea1b-aa27-4522-9b6f-cb8292b467c5"
}
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": "6f7e7741-a73f-4541-aaf7-960905551a3e",
"Name": "sample string 1",
"CompanyId": "6c69e1f3-7407-4e6e-a6c2-6bdf9de706ea"
},
"Total": 1,
"Message": "sample string 1"
}