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": "a57db3a7-3818-483b-a489-857a2c25f0de",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "c7a1f291-8abe-424b-a7e8-256c4d4f3e70",
"CreateDate": "2026-07-15T13:20:24.7898375-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-07-15T13:20:24.7898375-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": "63ad66e6-c3ed-4927-8ce5-6f89b65a1f68",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "80a3e76b-76b0-421c-9b47-badafe4f3436",
"CreateDate": "2026-07-15T13:20:24.7898375-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-07-15T13:20:24.7898375-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}