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": "7184eb52-6f0c-47f3-b7ec-6c15513cf1ab",
"Name": "sample string 1",
"CompanyId": "1d70d80e-a3bb-4d07-b9de-47179139e08e"
}
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": "bc263102-0fc1-4388-8645-cd16b5c1baa2",
"Name": "sample string 1",
"CompanyId": "1c0c4e7a-92f2-4543-8408-98c52ed409c9"
},
"Total": 1,
"Message": "sample string 1"
}