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": "814a81f7-c8b2-4132-a7b6-274662a9f338",
"Name": "sample string 1",
"CompanyId": "7333904c-08d4-4527-92ac-2742969090d5"
}
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": "98c6f605-e4df-42c9-8f75-2fd1bc9a625a",
"Name": "sample string 1",
"CompanyId": "d63d281a-9e12-4e3d-9212-de2e88ee2351"
},
"Total": 1,
"Message": "sample string 1"
}