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": "13e1c8d1-cecb-4aba-bf06-02c3acb6ce6c", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "a1fe6acb-4bae-485e-b16e-90ab4a097596", "CreateDate": "2025-06-16T10:16:43.7979297-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-06-16T10:16:43.7979297-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": "59569e8c-6f11-45ee-a45d-ee86e869f797", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "9300e640-1afe-46ca-9e6c-659acb8fa2c4", "CreateDate": "2025-06-16T10:16:43.7979297-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-06-16T10:16:43.7979297-07:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }