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": "14aedefb-935f-43e0-99ec-fb2b28cdc499",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "bfd951b7-f575-4c72-adc9-fa88b182569f",
"CreateDate": "2025-11-04T14:49:31.9692549-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2025-11-04T14:49:31.9692549-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": "8265d94d-5d0f-4e8f-afbb-a9a23f9ea817",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "60442683-f5b6-42ea-a7bb-6a2446f7fe23",
"CreateDate": "2025-11-04T14:49:31.9692549-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2025-11-04T14:49:31.9692549-08:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}