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": "028faf12-cf02-460b-87b9-f02da9885719",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "a3acab4b-95c1-49c8-92af-93af302d3181",
"CreateDate": "2026-03-30T11:42:37.7853159-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-03-30T11:42:37.7853159-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": "275120af-fe29-4507-9587-f84b837ef5a3",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "c5944dd9-4f51-4382-9cfd-312478399caf",
"CreateDate": "2026-03-30T11:42:37.7853159-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-03-30T11:42:37.7853159-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}