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": "2921f220-0142-4804-9861-d73c2d9738ae",
"Name": "sample string 1",
"CompanyId": "aca2c4ff-7d60-472a-88dd-fea0077a9f92"
}
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": "10e01da9-a56a-4e54-acda-ea6d0c92176f",
"Name": "sample string 1",
"CompanyId": "d4cd56df-fb2c-43af-abac-a935250d1b70"
},
"Total": 1,
"Message": "sample string 1"
}