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": "9447ba53-1be7-4252-8f03-43d2dc05098b",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "627de6a2-9497-4cdc-9744-655ca82b73f7",
"CreateDate": "2026-07-21T00:22:58.2360526-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-07-21T00:22:58.2360526-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": "21d51829-11bc-4bfb-ba61-c233622a9b3e",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "8df49b9f-ae29-45af-b9fe-bc5479c67595",
"CreateDate": "2026-07-21T00:22:58.2360526-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-07-21T00:22:58.2360526-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}