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": "0a8ced4a-ec78-4286-937f-26549358a121", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "9dbd4cdc-46e8-4c23-b996-9dca973918f7", "CreateDate": "2025-06-02T07:00:23.2587357-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-06-02T07:00:23.2587357-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": "8a3b97d2-985d-4dba-a25c-d322630d8ab2", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "8109a41e-45b2-4654-a96d-135401aae5b2", "CreateDate": "2025-06-02T07:00:23.2587357-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-06-02T07:00:23.2587357-07:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }