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": "17a46bfd-79df-4db0-8edb-42a1d510336d",
"Name": "sample string 1",
"CompanyId": "9edc5cf5-c0c2-4119-8552-ce3f237650ca"
}
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": "8e5dc9bc-7329-4e6f-983f-48ed6677b1ce",
"Name": "sample string 1",
"CompanyId": "c6bd994f-b279-4704-abde-c4296e2dd741"
},
"Total": 1,
"Message": "sample string 1"
}