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": "3d6b8f85-a1bd-4db6-bdc8-5d72980dbf11",
"Name": "sample string 1",
"CompanyId": "021a8815-6cfd-4034-a4e4-170c1ed2ff9a"
}
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": "6121ebfb-ae1f-438b-960f-15756b361653",
"Name": "sample string 1",
"CompanyId": "bbd020a3-9f68-4986-b9bb-2ce8e8bd1d50"
},
"Total": 1,
"Message": "sample string 1"
}