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": "b68ba5e4-d1f4-4fa4-a023-84aac2f6175d",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "07057929-6f84-4ba4-bbfe-59fb9d97f91b",
"CreateDate": "2026-03-13T15:55:30.1705195-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-03-13T15:55:30.1705195-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": "8dc6ac9b-7297-4e7c-ac7e-af0e8e6ba657",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "71461cfa-8c5a-474f-9d1f-43e11cba8207",
"CreateDate": "2026-03-13T15:55:30.1705195-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-03-13T15:55:30.1705195-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}