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": "63307991-5123-4639-9bb6-17964165a9f7",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "8570245e-2ec6-4bcb-a040-942734bf582a",
"CreateDate": "2025-11-05T12:09:42.2833984-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2025-11-05T12:09:42.2833984-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": "e1ddeaf8-fbff-47ab-838b-18abab7ce883",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "a79f7ed7-d396-4d68-803b-6a951ed73ba1",
"CreateDate": "2025-11-05T12:09:42.2833984-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2025-11-05T12:09:42.2833984-08:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}