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": "baf1b1ed-30f1-47a5-8e42-e3e15921bcbe", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "3a388be3-74cc-44fd-ab75-7e37483e0190", "CreateDate": "2025-07-31T22:45:46.2914185-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-07-31T22:45:46.2914185-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": "2c1cba26-f609-4144-b6db-302f0f3f8ec9", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "47612c58-64b7-4777-849d-b8636277382f", "CreateDate": "2025-07-31T22:45:46.2914185-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-07-31T22:45:46.2914185-07:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }