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": "36af68d4-0fcd-4cdd-a816-e53322abc8b9", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "327f3ff0-6a74-4deb-8af1-447988d30bc5", "CreateDate": "2025-02-05T08:02:14.2603635-08:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-02-05T08:02:14.2603635-08: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": "d97fd809-df99-44cc-a2ea-09064c35a414", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "b01edc95-77af-4cde-bed4-d0680b668f9f", "CreateDate": "2025-02-05T08:02:14.2603635-08:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-02-05T08:02:14.2603635-08:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }