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": "765a5018-a648-4926-847d-98c74fdfcb25", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "fc2978d5-ac90-48ca-abdc-509fc92e12d3", "CreateDate": "2025-06-02T14:46:58.0708594-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-06-02T14:46:58.0708594-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": "00971673-40ad-43f2-80da-5bb9ae0809ab", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "c980dbf5-37b3-469d-91cc-ff68e70796c1", "CreateDate": "2025-06-02T14:46:58.0708594-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-06-02T14:46:58.0708594-07:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }