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": "14de2aaa-1584-4b31-a7c4-236c23929b96", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "74c26921-410b-4a35-b08a-0bbc8369506e", "CreateDate": "2025-05-08T23:56:47.9591885-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-05-08T23:56:47.9591885-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": "3ed1cf27-d829-44f9-82bc-949a1c52af5b", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "f9bc4ca4-39b3-4f5b-a4ff-a7470a37fb4f", "CreateDate": "2025-05-08T23:56:47.9591885-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-05-08T23:56:47.9591885-07:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }