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": "35be279a-c39b-48aa-83fd-8b7860e4b9ab",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "a5968b0e-c175-44fc-89a5-3031ec903c27",
"CreateDate": "2026-04-14T09:13:31.7727216-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-04-14T09:13:31.7727216-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": "8a97410e-c04e-4867-b5e5-7e1ce46f6a72",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "62f73a3c-c736-4249-93e3-aec67befa205",
"CreateDate": "2026-04-14T09:13:31.7727216-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-04-14T09:13:31.7727216-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}