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": "b63ecd71-7ef7-43cd-b337-709540f5a5e5",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "be0ff223-3c06-4a3d-846f-93bf39601dbc",
"CreateDate": "2026-03-30T16:48:25.4235456-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-03-30T16:48:25.4235456-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": "2d525d01-60e3-44bf-9389-de180df56118",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "82fd080f-1450-4470-8c9d-640dcafe3e3b",
"CreateDate": "2026-03-30T16:48:25.4235456-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-03-30T16:48:25.4235456-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}