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": "95cb8d83-27b5-43a0-8ee7-4a80fbd1426d",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "60f61d98-7406-4a76-a460-795a9e506908",
"CreateDate": "2025-11-19T11:02:07.6688925-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2025-11-19T11:02:07.6688925-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": "36af025c-e9df-49c4-af7a-cdf43ee9c6e9",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "0a4103a2-ed50-4a17-b59b-52d6fac81d39",
"CreateDate": "2025-11-19T11:02:07.6688925-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2025-11-19T11:02:07.6688925-08:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}