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": "4c3960c3-d383-4e1a-a3b4-4585c2ef60fd",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "71b3edba-1e84-4741-a011-c85f3a19bcab",
"CreateDate": "2026-01-22T20:08:43.7797048-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-01-22T20:08:43.7797048-08: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": "3f7d4e3c-cf60-45e2-9eb0-797db810ec1d",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "7966ed8a-7736-4ec2-a1b2-ba0d8aafe4a4",
"CreateDate": "2026-01-22T20:08:43.7797048-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-01-22T20:08:43.7797048-08:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}