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": "c3f3042b-84ff-4eca-9708-baba0974c779",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "248a8d44-4de1-4573-9381-f4411a5bbda6",
"CreateDate": "2026-05-09T23:07:48.0111197-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-05-09T23:07:48.0111197-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": "7ababd05-52cb-4870-9f43-ab3559da0879",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "6ffa0c83-7dbe-41b8-8337-24a4c071102b",
"CreateDate": "2026-05-09T23:07:48.0111197-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-05-09T23:07:48.0111197-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}