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": "7c246cc1-664b-476b-90c6-b09bf9b42432",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "cd65ae81-9ceb-444e-90fb-4bca2cf65fa9",
"CreateDate": "2026-02-03T04:19:00.2316128-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-02-03T04:19:00.2316128-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": "779b8eaa-dc53-47ea-97c3-466d79215b42",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "de24e18d-0da4-40b1-b657-ffc65b3cccda",
"CreateDate": "2026-02-03T04:19:00.2316128-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-02-03T04:19:00.2316128-08:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}