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": "315b9c14-f732-4afe-81dd-47e9eab4c66a",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "2d8e485c-b556-43a9-94fb-60f046bde0d6",
"CreateDate": "2026-05-12T17:05:38.4910657-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-05-12T17:05:38.4910657-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": "7069d3bd-6ddb-4263-af98-11d6832f5435",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "099fb9e1-661d-4d7d-a1d9-0591b7b9fb59",
"CreateDate": "2026-05-12T17:05:38.4910657-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-05-12T17:05:38.4910657-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}