PUT TaskCategories
Updates the given task category.
Request Information
URI Parameters
None.
Body Parameters
Task category to update
TaskCategory| Name | Description | Type | Additional information |
|---|---|---|---|
| TaskCategoryId | globally unique identifier |
None. |
|
| Name | string |
None. |
|
| SourceSystemId | string |
None. |
|
| CompanyId | globally unique identifier |
None. |
|
| CreateDate | date |
None. |
|
| CreateUser | string |
None. |
|
| LastModifiedDate | date |
None. |
|
| LastModifiedUser | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"TaskCategoryId": "83fd3df1-058b-426e-a341-262a15c89fda",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "2eec5f03-895e-4f24-93e6-8719cf6b7f61",
"CreateDate": "2026-08-04T17:25:44.4136656-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-08-04T17:25:44.4136656-07:00",
"LastModifiedUser": "sample string 5"
}
Response Information
Resource Description
On success, the updated task category.
| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | TaskCategory |
None. |
|
| Total | integer |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": {
"TaskCategoryId": "cce4eeb8-6909-49d3-a557-90de18d5610c",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "29d27092-b470-45ef-8806-54ea0075cc03",
"CreateDate": "2026-08-04T17:25:44.4136656-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-08-04T17:25:44.4136656-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}