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": "e87df372-1465-446b-9682-206755437ac0",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "37e80928-b510-4cec-91ab-9d804107d0cf",
"CreateDate": "2026-01-13T23:43:06.2827945-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-01-13T23:43:06.2827945-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": "71255d61-7829-412c-a730-26bf1b27e462",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "9f8e886d-04b8-49e4-8194-6f7cb6d8eb50",
"CreateDate": "2026-01-13T23:43:06.2827945-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-01-13T23:43:06.2827945-08:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}