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": "2464f4bd-c59e-4e8a-8610-93f3088e6a20",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "d58598ab-bd27-4873-a8a0-9949051e47f7",
"CreateDate": "2025-11-14T23:01:54.5554949-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2025-11-14T23:01:54.5554949-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": "3ac5f906-524c-4e9e-8bdf-fea7bdc386ce",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "9e7c97d4-fdaf-4c09-9e30-5e9fa5ea969d",
"CreateDate": "2025-11-14T23:01:54.5554949-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2025-11-14T23:01:54.5554949-08:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}