PUT NoteCategories
Updates the given note category.
Request Information
URI Parameters
None.
Body Parameters
Note category to update
NoteCategoryName | Description | Type | Additional information |
---|---|---|---|
NoteCategoryId | 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:
{ "NoteCategoryId": "c7d44203-5eab-4815-8330-c646d1af7764", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "b7782af2-e19c-46c6-8a7b-3170e731c399", "CreateDate": "2025-09-16T01:54:17.4824307-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-09-16T01:54:17.4824307-07:00", "LastModifiedUser": "sample string 5" }
Response Information
Resource Description
On success, the updated note category.
Name | Description | Type | Additional information |
---|---|---|---|
Data | NoteCategory |
None. |
|
Total | integer |
None. |
|
Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Data": { "NoteCategoryId": "4dafcc3d-5a73-4c4a-bb5c-1d362f52e4f1", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "8b94ba08-520e-45b5-bd07-a405026045b1", "CreateDate": "2025-09-16T01:54:17.4824307-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-09-16T01:54:17.4824307-07:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }