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": "5ab3fd24-8321-460f-b4fc-30b74b8c79fb",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "f3869e98-0bf8-4c5a-ab02-c0f1771fa9df",
"CreateDate": "2026-06-30T11:46:20.4052532-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-06-30T11:46:20.4052532-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": "594c67ef-e6cf-41d6-abba-f5799b5a220c",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "59fe470b-e5b5-4cee-bb18-c31dc08ffd3c",
"CreateDate": "2026-06-30T11:46:20.4052532-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-06-30T11:46:20.4052532-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}