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": "dfc42f81-1bc6-405e-add9-f8bddb0abe1b",
"Name": "sample string 1",
"CompanyId": "336339ae-cdcf-4087-90bd-df08fcf3a87c"
}
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": "9fd16244-08bf-49d1-ac3b-f9c149ebe55c",
"Name": "sample string 1",
"CompanyId": "64ff12a1-41b6-413a-83db-16b9ee834ee8"
},
"Total": 1,
"Message": "sample string 1"
}