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": "3ca3adcd-5138-40dd-90bb-f182cfe43f89", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "f3873f5f-0be8-4985-99f3-092ccff54ba5", "CreateDate": "2024-11-22T21:28:50.5896793-08:00", "CreateUser": "sample string 4", "LastModifiedDate": "2024-11-22T21:28:50.5896793-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": "15155fd6-5249-4c87-bdfb-d9a43faa8552", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "3bfddfc9-4093-4cec-ab05-5f3be07c46c8", "CreateDate": "2024-11-22T21:28:50.5896793-08:00", "CreateUser": "sample string 4", "LastModifiedDate": "2024-11-22T21:28:50.5896793-08:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }