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": "c801ed17-6824-4735-ac04-a6a5717e715a",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "1c812aee-08b2-47af-9a1e-da562927b088",
"CreateDate": "2025-12-31T16:36:01.0633767-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2025-12-31T16:36:01.0633767-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": "501492bf-27ca-4bb6-9cf3-524998a43344",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "08dce809-8626-4dac-a481-9a4a10d06b96",
"CreateDate": "2025-12-31T16:36:01.0633767-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2025-12-31T16:36:01.0633767-08:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}