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": "36bacfdc-bea3-4240-b345-4b80aadb0582",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "b8153d2c-1def-4bc3-90a3-271371e7a63d",
"CreateDate": "2026-05-04T12:35:57.487649-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-05-04T12:35:57.487649-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": "95548cc6-fcd1-484f-9e98-5cd58fe5c4c7",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "baf55b3e-3efd-402e-9e5f-683a487b3a85",
"CreateDate": "2026-05-04T12:35:57.487649-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-05-04T12:35:57.487649-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}