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": "ababadf0-971c-4ca5-9cf8-5556f627d29e",
"Name": "sample string 1",
"CompanyId": "b2f83329-07a0-4635-8ed0-6db8848f14b1"
}
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": "23338d60-29f5-4f25-9805-fb898d2996d2",
"Name": "sample string 1",
"CompanyId": "17619a8a-54d3-498e-b582-1d233dbb1790"
},
"Total": 1,
"Message": "sample string 1"
}