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": "e7d1b0f5-6a27-407e-93d7-fece8479063e",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "f27fc9bf-bcea-48d0-b285-a76c631f2411",
"CreateDate": "2026-06-01T20:28:45.897421-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-06-01T20:28:45.897421-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": "e03f2353-d226-4ffa-89f4-1e54e5171717",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "e2020d04-b579-4cc0-a5f5-d999733c98ce",
"CreateDate": "2026-06-01T20:28:45.897421-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-06-01T20:28:45.897421-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}