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": "56a017fa-d927-43f9-99d1-341f65ab58da",
"Name": "sample string 1",
"CompanyId": "c0ba6cd0-9762-4b48-a030-db1352424c03"
}
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": "111b2f90-2045-48e4-8acf-03e55c093e32",
"Name": "sample string 1",
"CompanyId": "e7fe5df0-0413-42f0-9a15-4fe6398fc19b"
},
"Total": 1,
"Message": "sample string 1"
}