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": "e966c53c-f7f1-47ad-b446-ad430bf24585",
"Name": "sample string 1",
"CompanyId": "da8c842c-4bae-453e-8043-b440a6b1cb36"
}
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": "84ae3100-f3a5-4fbd-8eb1-f9ad8aefabb0",
"Name": "sample string 1",
"CompanyId": "90850851-91e8-4e6d-a84c-b28490e02582"
},
"Total": 1,
"Message": "sample string 1"
}