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": "002dedf2-c2d0-44ce-9b64-62deff22d524",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "daf9d032-4e88-42b1-8282-f222a3ab167b",
"CreateDate": "2026-03-03T08:06:38.0705678-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-03-03T08:06:38.0705678-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": "eed15915-9594-4cc5-8120-25919f4af8fc",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "f7b11a7e-95fd-4348-840e-8ca275055349",
"CreateDate": "2026-03-03T08:06:38.0705678-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-03-03T08:06:38.0705678-08:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}