PUT NoteCategories
Updates the given note category.
Request Information
URI Parameters
None.
Body Parameters
Note category to update
NoteCategory| Name | 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": "e6f4af88-d679-4e46-a357-97fa68e9fb9c",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "8043ed11-cd94-4943-9bc1-f7be62cedc1d",
"CreateDate": "2026-02-08T13:15:50.7723921-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-02-08T13:15:50.7723921-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": "3e93f47c-512f-4da8-b80a-1b520b38f2eb",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "3b91d616-3a35-4631-9027-d0fb302f91b6",
"CreateDate": "2026-02-08T13:15:50.7723921-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-02-08T13:15:50.7723921-08:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}