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": "01a1f34a-0c73-4be4-ad56-5adf95720eb2",
"Name": "sample string 1",
"CompanyId": "992ee005-f0b9-417d-b469-510523e2b191"
}
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": "e2f014bf-a610-41f9-909e-26f02331efa6",
"Name": "sample string 1",
"CompanyId": "aff1537f-4b67-4bc8-a0ed-57f555310f33"
},
"Total": 1,
"Message": "sample string 1"
}