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": "d9473200-abb5-4b62-afe0-b682e2c0cec0",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "bf8c7abd-bc3f-4012-b033-03c6113ff3f7",
"CreateDate": "2026-03-01T02:06:58.4268245-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-03-01T02:06:58.4268245-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": "94dec784-506f-4edd-b5cf-456112e5e5b7",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "57a2a573-c2d2-4fa0-b852-b0e087667d8a",
"CreateDate": "2026-03-01T02:06:58.4268245-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-03-01T02:06:58.4268245-08:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}