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": "652682eb-e0e1-4709-af7c-61616c1196c5",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "228328cd-a1ee-4847-b054-1182f16d62bc",
"CreateDate": "2025-12-10T04:59:43.7917721-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2025-12-10T04:59:43.7917721-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": "2e4ea523-0724-4f2c-8896-0d08a5cf18a0",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "4a6e6ccd-c078-4a90-a7cc-fadb28b5b0e7",
"CreateDate": "2025-12-10T04:59:43.7917721-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2025-12-10T04:59:43.7917721-08:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}