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": "abd63c29-b5a8-4a54-8a34-5a91dd257569",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "dfaffbd9-39ae-4ff3-aa57-16a5ed5157de",
"CreateDate": "2026-02-28T22:46:51.8214664-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-02-28T22:46:51.8214664-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": "0ef5c75e-b640-4adb-8519-07992c3606c9",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "64327c33-3213-4cde-ba6e-ad5937aca8a7",
"CreateDate": "2026-02-28T22:46:51.8370897-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-02-28T22:46:51.8370897-08:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}