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": "b435923d-03ee-4871-ad94-bcad3efcb335",
"Name": "sample string 1",
"CompanyId": "0c1c475c-2b71-409b-852d-a0e9df1fc32d"
}
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": "13649212-1285-45e7-8ea3-5ced6241c0d5",
"Name": "sample string 1",
"CompanyId": "4329d6b3-ed3e-4707-80fe-62138952aa0f"
},
"Total": 1,
"Message": "sample string 1"
}