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": "4cfcf012-9119-4a55-92b6-debf74f5621b", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "1efadf17-ae5b-4293-abe1-d198d4953b34", "CreateDate": "2025-06-02T04:49:15.5309658-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-06-02T04:49:15.5309658-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": "1addd027-786b-4dd3-9143-d791f6ba1a50", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "2f4b3cf1-0b1b-4f27-b211-9ae43aca5bfb", "CreateDate": "2025-06-02T04:49:15.5309658-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-06-02T04:49:15.5309658-07:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }