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": "5ecf5b04-b1c1-4ac3-a403-a1d5069caacf",
"Name": "sample string 1",
"CompanyId": "72dbac54-905c-45a8-ab9c-dbbdff222317"
}
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": "43db063b-4195-4b10-8718-064c37bd4b81",
"Name": "sample string 1",
"CompanyId": "e30404c3-b6ea-4026-a31c-39f4cfe4a6db"
},
"Total": 1,
"Message": "sample string 1"
}