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": "51367d7d-8a6c-4ac7-9564-0662e3b11326",
"Name": "sample string 1",
"CompanyId": "eb0e999e-85ec-4e9d-84e0-a83a1adb6f4c"
}
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": "96d95751-05a1-49d9-97c0-3d57c1d87abd",
"Name": "sample string 1",
"CompanyId": "d6799ffe-0239-4382-884c-28f8f15df4d0"
},
"Total": 1,
"Message": "sample string 1"
}