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": "83b85d29-7f40-4646-93fe-c4e340c5c7be",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "70785069-2908-4a43-95f4-af6916e93194",
"CreateDate": "2026-08-16T07:35:31.7303397-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-08-16T07:35:31.7303397-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": "468b163a-e921-480a-9f89-16e09e6cdcd0",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "00986b16-f0f7-45f9-b60d-804393f65148",
"CreateDate": "2026-08-16T07:35:31.7303397-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-08-16T07:35:31.7303397-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}