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": "ae7c57f9-bdb2-4731-b8d4-a16ed66bc43e",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "03b7087f-27f0-4388-af8d-7f6d3176ea97",
"CreateDate": "2026-03-01T18:11:20.9843845-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-03-01T18:11:20.9843845-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": "747678f3-bd96-4ed2-a218-98f206101e78",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "5e96fad4-7bb6-4a05-9d06-f507cf9517a0",
"CreateDate": "2026-03-01T18:11:20.9843845-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-03-01T18:11:20.9843845-08:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}