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": "2a818eca-f8f0-4305-aad3-8f4e1d3b9618",
"Name": "sample string 1",
"CompanyId": "48f5c188-4108-4698-9a17-9b2e431936df"
}
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": "339667d0-d432-4114-96a2-596ed6f8bc6b",
"Name": "sample string 1",
"CompanyId": "20ffa293-8d7c-4a48-ba5d-013ac93e911f"
},
"Total": 1,
"Message": "sample string 1"
}