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": "27fca8e1-8c6d-41ca-b67b-d2252545c28c",
"Name": "sample string 1",
"CompanyId": "f944bd3a-bdc9-4050-ab0e-e9c239b91aeb"
}
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": "3b4e0ce6-5392-4453-ae26-82b26cb22329",
"Name": "sample string 1",
"CompanyId": "dc1d23a8-22d0-4cdb-8469-310bf1a05950"
},
"Total": 1,
"Message": "sample string 1"
}