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": "e1eb44d9-f4d7-40a8-a0a7-ff5dedad7efd",
"Name": "sample string 1",
"CompanyId": "076a18bc-02d0-4df5-8d7b-2cf6dd6a63e0"
}
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": "d44695aa-e687-4282-81b8-1880d6443907",
"Name": "sample string 1",
"CompanyId": "43613556-40ff-434c-9b73-42cbdd29de18"
},
"Total": 1,
"Message": "sample string 1"
}