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": "18768883-5e3f-4696-afcc-32847242e6b4",
"Name": "sample string 1",
"CompanyId": "ba7eca72-f438-4e16-929e-e343ea3ad30d"
}
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": "2e12d355-ab77-4df3-a3ca-e14060d052fc",
"Name": "sample string 1",
"CompanyId": "08dcf35f-f680-43a6-979a-ad920674fd3b"
},
"Total": 1,
"Message": "sample string 1"
}