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": "c822af32-c588-41c5-95dc-0b93cf36d990",
"Name": "sample string 1",
"CompanyId": "bc3ae04d-a2d3-4e0a-ba7e-7cdafef19596"
}
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": "6d41538b-39a9-476d-b983-fb171e8b9768",
"Name": "sample string 1",
"CompanyId": "418fef3f-df55-4f86-a5e9-c2d7e71626d6"
},
"Total": 1,
"Message": "sample string 1"
}