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": "16ad859e-7220-4a75-9990-b6cdf7e7210f",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "db3d6b1f-ce03-4e61-976c-c200dfa7f188",
"CreateDate": "2025-12-11T10:13:10.8465075-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2025-12-11T10:13:10.8465075-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": "42bf12b9-476b-4647-8a84-b3e6bdfbcbd2",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "5869f6bf-ac68-4d4e-bb41-b95f85709d9e",
"CreateDate": "2025-12-11T10:13:10.8465075-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2025-12-11T10:13:10.8465075-08:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}