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": "015f88a5-e8be-43e9-b347-ec4cd84f65d6",
"Name": "sample string 1",
"CompanyId": "db6ca355-5ea7-4a51-b153-68ef04a7eb8f"
}
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": "ccfd007a-12fd-4a7d-8721-952326f8105f",
"Name": "sample string 1",
"CompanyId": "6eda2cc0-bc5c-4d01-b045-066d77eb3150"
},
"Total": 1,
"Message": "sample string 1"
}