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": "c435cf16-2528-426a-8081-ea40869b7c2b",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "cc7a16cf-7b74-4339-b5a6-597a11d22fdb",
"CreateDate": "2026-01-21T04:13:20.4246703-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-01-21T04:13:20.4246703-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": "234cfc78-4632-4a97-a348-7596859c1059",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "d0438878-9871-4647-9c94-8d9bb61581ef",
"CreateDate": "2026-01-21T04:13:20.4246703-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-01-21T04:13:20.4246703-08:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}