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": "8c8c66ca-7227-416d-8ecf-dec552efa262",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "3759bb07-d6c8-48a8-bf47-aeec62078b7a",
"CreateDate": "2026-03-23T21:25:53.9962588-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-03-23T21:25:53.9962588-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": "b22bd543-f403-41b5-90ab-65dfae2bb20b",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "89c8cf8e-7011-456e-950a-b7b7a16b1883",
"CreateDate": "2026-03-23T21:25:53.9962588-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-03-23T21:25:53.9962588-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}