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": "8c9fe498-2ae7-40d6-977e-d997af0f2388",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "7374f11e-01a6-45b5-85cd-19c66adb51df",
"CreateDate": "2025-12-16T03:40:29.6911779-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2025-12-16T03:40:29.6911779-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": "eb6b51f6-1672-4967-acdd-f3c3056d1da7",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "245b84a8-4e70-4b6d-b595-6ecda9670e76",
"CreateDate": "2025-12-16T03:40:29.6911779-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2025-12-16T03:40:29.6911779-08:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}