PUT TaskCategories
Updates the given task category.
Request Information
URI Parameters
None.
Body Parameters
Task category to update
TaskCategoryName | 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": "80871b61-a818-4368-a9e8-f2d270bd1f6f", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "c2c7f0f2-dc16-4558-9aa7-f1183c379cc0", "CreateDate": "2025-04-24T13:41:13.2891067-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-04-24T13:41:13.2891067-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": "e233c80a-4810-4a94-96d4-0abdaae38b1c", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "100d01c9-3552-49f5-9627-5044b94bec68", "CreateDate": "2025-04-24T13:41:13.2891067-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-04-24T13:41:13.2891067-07:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }