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": "e73998a3-5572-459d-84a3-c16d2beeab9a",
"Name": "sample string 1",
"CompanyId": "4165cb05-8471-4e10-9e96-ee343f45c727"
}
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": "e244a667-aaef-4e5d-af71-422cd99da163",
"Name": "sample string 1",
"CompanyId": "c371aa05-8a88-43cb-ad97-393387835ee2"
},
"Total": 1,
"Message": "sample string 1"
}