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": "38b6eb3b-83f7-4f51-8936-a732c3839efd", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "c14c504f-6637-422b-9ae7-b6a672ae92eb", "CreateDate": "2025-08-23T22:43:04.8452199-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-08-23T22:43:04.8452199-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": "add68ae2-0ff1-4009-a500-5952a09f9b50", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "66b75cbf-d96b-42ca-bf91-b1cf3c0aea1b", "CreateDate": "2025-08-23T22:43:04.8608293-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-08-23T22:43:04.8608293-07:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }