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": "d08886a5-2a0e-42df-b974-859e7727c733", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "763ac5e2-ceda-49a6-97c3-cceda8bee5cf", "CreateDate": "2025-05-17T05:37:36.8573939-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-05-17T05:37:36.8573939-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": "b9c5fde4-534a-4b9f-bb45-eecc7b4fd1dc", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "3dfee528-ba9f-4a52-9d7a-ed247d18bace", "CreateDate": "2025-05-17T05:37:36.8573939-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-05-17T05:37:36.8573939-07:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }