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": "db5e53a6-03d0-46ba-9309-c22fc22df848", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "5164c1b3-361c-4d09-b6bf-38c07ca2bf94", "CreateDate": "2025-10-13T17:50:04.7651659-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-10-13T17:50:04.7651659-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": "e0913eb4-fefa-4928-afd2-2394f0eec497", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "f91209ff-7283-49ec-87f3-dbb816e7a4d8", "CreateDate": "2025-10-13T17:50:04.7807854-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-10-13T17:50:04.7807854-07:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }