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": "bfda34f3-e0dd-4358-92ab-701c6fdd64e6",
"Name": "sample string 1",
"CompanyId": "1be3bdfc-e041-4aa3-a878-8af6d865fb76"
}
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": "7b7ef8d4-6248-4f43-ad83-3ca55565fe22",
"Name": "sample string 1",
"CompanyId": "5054d0df-1853-46c0-ae21-fca17c66e9b7"
},
"Total": 1,
"Message": "sample string 1"
}