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": "8a05173e-1903-4ed7-9cea-4a98693a6911",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "93f79708-adc5-4f32-a782-1c16310a1651",
"CreateDate": "2026-08-09T23:41:54.6499448-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-08-09T23:41:54.6499448-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": "9a290310-366d-48f4-8391-8e31adf1be62",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "2728cb8a-90c0-48ef-a6cf-2df8b2b22c8f",
"CreateDate": "2026-08-09T23:41:54.6499448-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-08-09T23:41:54.6499448-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}