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": "de775578-9537-4acd-aea2-1cf48c6d6f9a",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "d1882f73-b97a-4273-bee7-4e73fdc62cad",
"CreateDate": "2025-11-05T12:09:43.7833525-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2025-11-05T12:09:43.7833525-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": "5cb5b036-7d5c-451c-8bfd-bbeb39d4f2dd",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "d2549f96-2dfa-4a27-a77c-f4af09f8d73e",
"CreateDate": "2025-11-05T12:09:43.7833525-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2025-11-05T12:09:43.7833525-08:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}