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": "ec9cec5f-255f-40a6-a8fd-402199b45d60", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "ba7818fe-f07b-40d7-81dd-dabe87ff4304", "CreateDate": "2025-04-17T03:55:06.6941133-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-04-17T03:55:06.6941133-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": "9814a56b-41ca-4cd1-96bd-7a11e6aa16e7", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "4a3e3aed-577e-427d-b1c6-42d9471dd507", "CreateDate": "2025-04-17T03:55:06.6941133-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-04-17T03:55:06.6941133-07:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }