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": "c6945123-b628-469a-9e13-3bd331e31779", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "8ed10716-f476-4e3a-a7df-d902f46bcfcc", "CreateDate": "2025-06-26T13:20:57.6298305-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-06-26T13:20:57.6298305-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": "c6463081-b820-466f-b443-bb1d7b580f1f", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "ae8517f7-8f22-4e6a-879b-d3777d2dbef6", "CreateDate": "2025-06-26T13:20:57.6298305-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-06-26T13:20:57.6298305-07:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }