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": "29e6b00d-054a-4f39-91d5-d455d84a4d7a",
"Name": "sample string 1",
"CompanyId": "99b50562-eb11-4218-bb1c-9cd2d9749b4e"
}
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": "248695bf-8db6-41da-9885-7c96a5f47733",
"Name": "sample string 1",
"CompanyId": "e6b32f62-46d8-4c80-8977-5b47681f3866"
},
"Total": 1,
"Message": "sample string 1"
}