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": "a45cb6b4-5114-46ad-aa68-64d714159e9e", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "1556565a-c977-4fd8-b358-2ca7922a1caf", "CreateDate": "2025-10-10T14:54:28.1337294-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-10-10T14:54:28.1337294-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": "af509f4e-09c4-4328-b0eb-74bfd4876c99", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "f315a1c0-a71c-4aa6-9e24-76b3c654111b", "CreateDate": "2025-10-10T14:54:28.1337294-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-10-10T14:54:28.1337294-07:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }