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": "e21c7baf-eff5-4375-9d3f-d00d545702a7",
"Name": "sample string 1",
"CompanyId": "0242eb5c-a309-4c76-bcad-7f669007a063"
}
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": "af77155b-ce6b-4f2d-b52a-3ac3e2292e64",
"Name": "sample string 1",
"CompanyId": "c92f5192-dec2-4fdd-bbea-6545df4627de"
},
"Total": 1,
"Message": "sample string 1"
}