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": "95ee5a20-3c31-441e-9e98-b06828842c29",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "4ceda989-9370-4e94-93fd-8f0a1e1a2bb4",
"CreateDate": "2026-07-13T23:55:42.341428-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-07-13T23:55:42.341428-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": "f904402b-f682-43d6-a59d-e12572ac7c2f",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "7d6faa60-e0bf-4449-aaf2-a0413f0025f6",
"CreateDate": "2026-07-13T23:55:42.341428-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-07-13T23:55:42.341428-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}