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": "d404abe8-0c67-421a-b5d1-7e004ac02d6c",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "7a408f5f-58d8-4526-99ae-eeaaca6c7458",
"CreateDate": "2026-06-13T17:44:08.7995765-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-06-13T17:44:08.7995765-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": "70ff609b-289e-477f-85f9-d79ce79ef8bc",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "27b7bd6e-b9fe-4dc5-82f8-6cc71f1e113c",
"CreateDate": "2026-06-13T17:44:08.7995765-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-06-13T17:44:08.7995765-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}