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": "1f50303d-b4e9-4918-9595-5844902a30ff",
"Name": "sample string 1",
"CompanyId": "959f0d79-03a6-49c5-ba68-3c112956b9a5"
}
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": "68f0d2cc-b5ce-431e-9ad0-e70f59d29432",
"Name": "sample string 1",
"CompanyId": "98b4c2e5-5803-4a95-9b64-2a158b49bd95"
},
"Total": 1,
"Message": "sample string 1"
}