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": "30dee64a-0939-42e9-98ba-2727758c2c8d",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "381d736b-0de5-499d-8b51-4e8ee3d724a7",
"CreateDate": "2026-03-31T10:46:28.6367052-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-03-31T10:46:28.6367052-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": "08a51efc-519f-4740-a355-971be6987f56",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "d7a8d6a8-3c67-4b2e-b611-2aebc5b04830",
"CreateDate": "2026-03-31T10:46:28.6367052-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-03-31T10:46:28.6367052-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}