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": "191323a2-ce5c-4fd6-9b84-fa98faf49736", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "781e26fd-9110-487a-b2a2-5fb21698bb00", "CreateDate": "2025-08-29T17:11:28.8675806-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-08-29T17:11:28.8675806-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": "052e02ef-9721-44b1-92b3-2d3c69014257", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "429df9b6-029b-4a23-96f0-62cf40c38d5d", "CreateDate": "2025-08-29T17:11:28.8831331-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-08-29T17:11:28.8831331-07:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }