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": "c6586478-6b6b-4a7a-bad1-7eaca31e7e47",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "89a6f1c4-ac4b-48f3-a999-13eff78951ee",
"CreateDate": "2026-02-01T01:58:39.7252978-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-02-01T01:58:39.7252978-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": "cdf21c0c-ce25-4001-9c97-992f75691146",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "a833f8dc-3a6f-4504-a173-1fcfceec8626",
"CreateDate": "2026-02-01T01:58:39.7252978-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-02-01T01:58:39.7252978-08:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}