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": "a7c16170-b632-4da8-893d-e7c263eea194",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "9a7983a5-f139-43ab-9ee5-6f09b3a9fb61",
"CreateDate": "2026-09-13T23:37:20.7759549-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-09-13T23:37:20.7759549-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": "4744d74e-6579-4c0e-94ef-7d88921e6a24",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "0d85ff84-e41b-4d3e-9a33-785c9a76c47c",
"CreateDate": "2026-09-13T23:37:20.7759549-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-09-13T23:37:20.7759549-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}