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": "271b00bc-04f3-42b1-a9de-b57339282c0a", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "b2ad64f1-f137-4cd2-8606-f0ee67a4cadd", "CreateDate": "2025-04-03T15:16:16.4496346-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-04-03T15:16:16.4496346-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": "aac437da-f4f2-4992-ae4d-7f44090f46b7", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "6ab9e80c-9409-4323-bead-dad2cde7e48e", "CreateDate": "2025-04-03T15:16:16.4496346-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-04-03T15:16:16.4496346-07:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }