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": "b2c61b74-8d3c-41a0-b0ec-f035ef56fdff",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "b45e556e-3ba2-41a1-875b-aae2188f266e",
"CreateDate": "2026-05-09T23:08:20.4311111-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-05-09T23:08:20.4311111-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": "3dd92c90-2367-4e23-887e-4095d3cae805",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "a3f36fb6-fc5e-4965-8f03-cd31a5a1e0d9",
"CreateDate": "2026-05-09T23:08:20.4311111-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-05-09T23:08:20.4311111-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}