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": "a97b2bdf-dd92-45e4-84b6-5246014845e2",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "a1dd7959-08a8-4fee-89fe-2e5ab8947c7b",
"CreateDate": "2026-04-18T14:06:20.5510386-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-04-18T14:06:20.5510386-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": "6849effb-fa0e-4cad-ae73-d7617e305527",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "9e049805-171e-4efa-93d9-2c267790ae67",
"CreateDate": "2026-04-18T14:06:20.5510386-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-04-18T14:06:20.5510386-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}