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": "4c5db0a0-79bb-4e21-9d2e-d8caa1bf996b",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "bbc1e0bf-60d5-4d4c-a195-4b58f487f994",
"CreateDate": "2025-12-21T04:53:15.1856279-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2025-12-21T04:53:15.1856279-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": "18ff5d88-f484-4a31-b4cc-76e9b61cb1f2",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "f05787d8-7235-459d-b13d-213ddcf31dea",
"CreateDate": "2025-12-21T04:53:15.1856279-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2025-12-21T04:53:15.1856279-08:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}