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": "3b0b4ef4-049f-4679-88dc-cf074635ee81",
"Name": "sample string 1",
"CompanyId": "737244ad-b137-4bf9-a004-1bf0a87d3966"
}
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": "db8a6903-e423-4084-aee3-bb2d16d339e6",
"Name": "sample string 1",
"CompanyId": "20c90e27-6762-4d2e-aef8-d57b787fb625"
},
"Total": 1,
"Message": "sample string 1"
}