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": "7c380d41-3995-43a5-95cc-c15940d387bf",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "b9e74ad7-7674-4414-bc81-db6c09244dd2",
"CreateDate": "2026-06-28T09:14:53.0015838-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-06-28T09:14:53.0015838-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": "f8f5d0ac-b95c-4539-bafa-11b1acc878e8",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "25e0ccfd-1c48-42a0-8548-0c1e9a446132",
"CreateDate": "2026-06-28T09:14:53.0015838-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-06-28T09:14:53.0015838-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}