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": "65551a8f-45bf-4bd0-840a-5dac2d737f44",
"Name": "sample string 1",
"CompanyId": "e247e3aa-9a9e-4f34-b48f-c9f006c05f1c"
}
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": "ae5ab839-49c2-43fe-8c22-c215c17d4aff",
"Name": "sample string 1",
"CompanyId": "b44d0fd0-d6da-4cc8-84a5-6fb5e75b2ba2"
},
"Total": 1,
"Message": "sample string 1"
}