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": "14e578f4-7a9f-4b6d-a823-b65f0be4772e", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "6837c661-c061-4b91-aca3-950ae4b321c9", "CreateDate": "2025-03-09T08:32:44.4166334-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-03-09T08:32:44.4166334-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": "3349b33d-29f7-421b-976b-7e18b0d1bc61", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "ed33f8cf-bab5-4d89-a556-1362b0eca447", "CreateDate": "2025-03-09T08:32:44.4166334-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-03-09T08:32:44.4166334-07:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }