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": "1e03b3e0-1976-4822-90e6-b31b2d45d831",
"Name": "sample string 1",
"CompanyId": "3fa9267a-1047-4f07-9109-3c56f0da7bc6"
}
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": "cf6715b1-1514-40a1-abe3-bc03185d3f8d",
"Name": "sample string 1",
"CompanyId": "fedbbf34-595d-4d15-b09a-0e7512b68fcb"
},
"Total": 1,
"Message": "sample string 1"
}