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": "372076a5-1775-49b8-bdcc-bd2455ca54f1",
"Name": "sample string 1",
"CompanyId": "de88e67e-248c-41cf-9b5a-491d54fa0aff"
}
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": "c613b6d4-a65c-4043-aac5-5164bd40bccc",
"Name": "sample string 1",
"CompanyId": "efd9b0ff-0628-4bb4-9b9b-6f39f1d65ee4"
},
"Total": 1,
"Message": "sample string 1"
}