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": "b13d479b-30e6-4a9a-97a8-381ad0815551",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "f020815d-4bd0-4219-9de9-59d74513c9bd",
"CreateDate": "2026-08-12T11:15:02.1944231-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-08-12T11:15:02.1944231-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": "1f3326f0-c40f-459f-8bcd-ef134a8d313a",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "1477d458-d25d-4a11-a3e5-8930f1c2465f",
"CreateDate": "2026-08-12T11:15:02.1944231-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-08-12T11:15:02.1944231-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}