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": "9aadacb4-5d8e-4737-98af-61063041d6ef",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "9fb4092b-9d88-4ca5-b2cf-327a501acdde",
"CreateDate": "2026-06-17T17:25:40.0730565-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-06-17T17:25:40.0730565-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": "41472f8d-26ff-4379-83c5-7a018597cf84",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "a6f58ff4-1ba6-4344-b2ab-20c6a111b391",
"CreateDate": "2026-06-17T17:25:40.0730565-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-06-17T17:25:40.0730565-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}