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": "d22f7b64-e84b-463e-aeea-1f6c27afa3eb",
"Name": "sample string 1",
"CompanyId": "b54f83cc-9641-443a-9c2b-31c71623f390"
}
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": "00e88f27-57ab-4f1f-89ee-d1abdeedc9bd",
"Name": "sample string 1",
"CompanyId": "63c46e04-96fb-44d0-b741-2b764c01fa1a"
},
"Total": 1,
"Message": "sample string 1"
}