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": "646080db-f1d3-451d-a94e-11735e3cff4c",
"Name": "sample string 1",
"CompanyId": "e8a80b9e-b1f8-497d-a207-7a63d2f99009"
}
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": "e93744c7-9585-4727-8f18-cba99bb5de20",
"Name": "sample string 1",
"CompanyId": "40ce89b0-00f9-4f51-8370-1a27b48c70e4"
},
"Total": 1,
"Message": "sample string 1"
}