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": "ef2600ae-0ab1-4b20-99c5-bc265e4db45d",
"Name": "sample string 1",
"CompanyId": "b25cae12-c590-4e98-bd8b-aae4fc8c82ff"
}
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": "8ec40491-dfce-48c3-a788-fd6a1c06718e",
"Name": "sample string 1",
"CompanyId": "826b7b89-5cd7-460a-accf-54ab7d752099"
},
"Total": 1,
"Message": "sample string 1"
}