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": "6f40fbf7-a584-4cbb-b85c-15fd5724174e",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "b769be80-742c-4307-9d6e-24ea69d283c0",
"CreateDate": "2026-02-15T16:52:36.4490287-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-02-15T16:52:36.4490287-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": "e1fce3b0-1fa8-4acd-a98c-a87ae8076751",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "5c2fd094-87f4-4444-b0a2-dce1f26752de",
"CreateDate": "2026-02-15T16:52:36.4490287-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-02-15T16:52:36.4490287-08:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}