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": "51973ef7-6a86-4481-96cc-6fa7c843407a",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "d38c7134-0560-4662-a57b-02c64664d8f1",
"CreateDate": "2025-12-14T08:07:12.5455577-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2025-12-14T08:07:12.5455577-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": "eb2db458-6913-4d7d-b482-cb3567bcf48a",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "d007a767-1f34-4fb0-8d63-b25a7bfbe370",
"CreateDate": "2025-12-14T08:07:12.5455577-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2025-12-14T08:07:12.5455577-08:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}