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": "79e6c882-af8b-417c-b303-2d0d8434b6c6",
"Name": "sample string 1",
"CompanyId": "bacb77e6-20ff-45c9-a0f7-2537b7c62dfb"
}
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": "57a5c406-8844-456f-abb7-c5f3c639137e",
"Name": "sample string 1",
"CompanyId": "3c8c29c4-b05b-4fda-96d7-b4319587eb25"
},
"Total": 1,
"Message": "sample string 1"
}