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": "eda198a4-2015-4321-ac72-4050be0e91b6", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "a667eb7c-6899-4c1a-9c54-236e5b0b4283", "CreateDate": "2025-04-30T13:56:52.7253116-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-04-30T13:56:52.7253116-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": "3475e914-96b8-42e4-b00f-a575c2f1c125", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "f7310d80-7d3c-41d1-8671-4a945f7a9eb3", "CreateDate": "2025-04-30T13:56:52.7253116-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-04-30T13:56:52.7253116-07:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }