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": "8a488890-87ca-4a1f-b0eb-b3ff33447cce",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "97a6696a-3bf1-4103-9f6b-5e1f262a8e85",
"CreateDate": "2026-03-29T02:10:17.5313923-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-03-29T02:10:17.5313923-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": "184b9d1a-721e-4849-8693-9208aab61bdd",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "835cb964-dffb-42bb-b1ad-601ed4bd4b28",
"CreateDate": "2026-03-29T02:10:17.5313923-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-03-29T02:10:17.5313923-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}