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": "39c92ce9-6f7f-4d7e-924a-3f5aae64ee57",
"Name": "sample string 1",
"CompanyId": "177a6e77-4b1a-4ab3-98cb-26049c785e00"
}
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": "f7856cf4-60fc-442a-8b78-4ab2dfc6d614",
"Name": "sample string 1",
"CompanyId": "da5852d5-bf24-4d8a-bac5-b9e37300e90c"
},
"Total": 1,
"Message": "sample string 1"
}