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": "88050cf7-d4a3-41da-a694-657eaf44280a",
"Name": "sample string 1",
"CompanyId": "7a8cc48c-69e2-416e-82ac-c2317864f725"
}
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": "6f304ab6-68b6-4680-b317-fa01eeb116a6",
"Name": "sample string 1",
"CompanyId": "43cc98cb-63be-487b-803d-f57626d08ce3"
},
"Total": 1,
"Message": "sample string 1"
}