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": "47facc09-6543-4cc2-a016-32cb215ffc15",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "1d77887c-dfe0-412f-92b9-05f767c72c46",
"CreateDate": "2026-02-05T17:03:44.3187222-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-02-05T17:03:44.3187222-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": "f4154da5-d241-4029-b2b5-af28a3d75022",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "97cee64a-a9d3-409b-b323-55262a260fa1",
"CreateDate": "2026-02-05T17:03:44.3187222-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-02-05T17:03:44.3187222-08:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}