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": "fae13d10-e9ff-4daf-a522-a23e1d7727dd", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "324a8fbd-0ed4-4701-9582-aa51859f7d10", "CreateDate": "2025-07-31T03:13:14.3193481-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-07-31T03:13:14.3193481-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": "e610af4a-9ecf-4e88-a431-41ba7cce2e0e", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "716c905f-f4f2-4005-94a9-3a4770a71ffa", "CreateDate": "2025-07-31T03:13:14.3193481-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-07-31T03:13:14.3193481-07:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }