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": "0d51fa00-31e6-4b68-9a4f-e48ba34fcbc2",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "1aaae399-1c52-4684-acc6-646508a651c7",
"CreateDate": "2026-01-07T10:38:24.48055-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-01-07T10:38:24.48055-08: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": "62ad3ee5-9bda-4980-9f09-2ea5ae5cc150",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "fa6aaec0-c1a4-4b45-93ed-ec00580f9c48",
"CreateDate": "2026-01-07T10:38:24.48055-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-01-07T10:38:24.48055-08:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}