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": "db59552a-24c5-4f2e-baa5-14f5c9cde8c5",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "18ed1ec2-f6f4-40e2-9de8-995b0645123b",
"CreateDate": "2026-05-15T06:40:00.5853846-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-05-15T06:40:00.5853846-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": "8970891f-080d-464f-9e6d-5bed1dee1281",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "5cbe05d6-d7f4-4777-882d-0e91216ae711",
"CreateDate": "2026-05-15T06:40:00.5853846-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-05-15T06:40:00.5853846-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}