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": "97897cb1-a380-470e-b507-c6a252928be9",
"Name": "sample string 1",
"CompanyId": "1287e5b0-259e-48a0-8581-04785c856872"
}
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": "953cda1f-322d-42bd-8a40-5bc2bde69a3b",
"Name": "sample string 1",
"CompanyId": "7378b2f5-a9c6-4568-9af3-fde1b57c30fc"
},
"Total": 1,
"Message": "sample string 1"
}