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": "e5d040a6-85aa-4544-8ae4-9d334b12ad2b", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "5424e3fe-9cdc-49a8-8745-ae18b1a0aa21", "CreateDate": "2025-10-13T15:19:36.6386257-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-10-13T15:19:36.6386257-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": "abab5fa9-0523-491e-850e-eadfdcade51a", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "7f803db2-b8db-4b36-83b3-653c7d46e6e6", "CreateDate": "2025-10-13T15:19:36.6386257-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-10-13T15:19:36.6386257-07:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }