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": "2a47b591-71f8-461a-a45d-e71333b73eca", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "ec7eea52-3636-4e74-a284-20f730910367", "CreateDate": "2024-10-10T15:22:29.9357298-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2024-10-10T15:22:29.9357298-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": "eb6602a4-f486-47ab-aab4-a57b935e67dd", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "6f5d0f30-901a-48e4-831b-c1d089f17211", "CreateDate": "2024-10-10T15:22:29.9512905-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2024-10-10T15:22:29.9512905-07:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }