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": "26d7930a-c480-41af-b19f-ccd59a4ca724",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "6c9f1e80-b96a-4948-a5c8-934dab0239d6",
"CreateDate": "2026-03-24T07:58:30.0424078-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-03-24T07:58:30.0424078-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": "a11e8328-2297-4e8c-81a5-57dfb3f96917",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "af1f5b33-8569-413f-97ac-3212fc82f5d6",
"CreateDate": "2026-03-24T07:58:30.0424078-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-03-24T07:58:30.0424078-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}