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": "7f2deb89-ce7a-44fd-81d4-ac34d54cd838",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "f76f4578-2d85-4a1a-a6ee-b2ca52c92529",
"CreateDate": "2026-07-01T19:54:18.1247702-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-07-01T19:54:18.1247702-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": "c44b7fce-4b75-49ba-b49b-88a0370aaf4d",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "823eefd2-78cf-44a2-bc40-ebe015926fc9",
"CreateDate": "2026-07-01T19:54:18.1247702-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-07-01T19:54:18.1247702-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}