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": "5aceb8d7-5807-44be-a3c3-d320f4f988e8",
"Name": "sample string 1",
"CompanyId": "4803fbd4-73ad-40cb-aaa8-69a1076029b8"
}
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": "7da818d6-95cf-4791-9eff-ef7389bc2b92",
"Name": "sample string 1",
"CompanyId": "4ae18157-cf53-4daa-8816-0aaa77d05337"
},
"Total": 1,
"Message": "sample string 1"
}