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": "af672811-ae36-4970-aabc-2a5d1da5b9e3", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "969a6620-aa2d-403c-b95d-00c926ee208b", "CreateDate": "2025-07-11T19:02:21.5195436-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-07-11T19:02:21.5195436-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": "e41e5792-f26d-44b1-adca-621689b8e037", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "a75b6099-f4a9-4602-a07d-99479801e69b", "CreateDate": "2025-07-11T19:02:21.5195436-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-07-11T19:02:21.5195436-07:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }