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": "ee56b7af-5f01-463c-b946-16850f0970e4",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "f8ebd620-a304-40fa-85a1-b902a03c6707",
"CreateDate": "2026-05-20T10:38:37.6458852-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-05-20T10:38:37.6458852-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": "0a3b63d5-b04e-4408-8e2a-9dd1c7ca76e6",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "d53fcfe4-0bdc-4399-bd69-b30b1b052afa",
"CreateDate": "2026-05-20T10:38:37.6458852-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-05-20T10:38:37.6458852-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}