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": "12740ad5-18f0-4a33-98e3-da1ed5b966ad",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "499dc37c-1529-46ac-9bc5-d7df66dea578",
"CreateDate": "2026-03-24T14:58:58.0480038-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-03-24T14:58:58.0480038-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": "71866e7e-9ed7-445e-ab6b-cb8c05465b25",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "71ccba5e-c331-44cc-9c1f-ff5021c139a6",
"CreateDate": "2026-03-24T14:58:58.0480038-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-03-24T14:58:58.0480038-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}