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": "13af7171-a2e5-478d-9bb6-238f5cbf87f3", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "2ffd4f13-e403-4aab-abd1-9a20d0655caf", "CreateDate": "2025-01-02T10:59:40.0762187-08:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-01-02T10:59:40.0762187-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": "a63aa571-3394-4df6-9202-41adfb80e713", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "7cadfcbb-221a-4b54-a564-b13e8206aa1a", "CreateDate": "2025-01-02T10:59:40.0762187-08:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-01-02T10:59:40.0762187-08:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }