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": "eba887ea-5b7b-4a68-8ed8-e7265d1421ea", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "b97a8b56-6483-436c-88c5-288f58d81a2d", "CreateDate": "2025-02-21T09:53:26.8590538-08:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-02-21T09:53:26.8590538-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": "7b816f9b-f967-464a-847e-1eb9dfc74202", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "3767584f-eeb2-4aae-a0a2-2154b24c3090", "CreateDate": "2025-02-21T09:53:26.8590538-08:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-02-21T09:53:26.8590538-08:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }