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": "b540209c-120d-4ddb-8e99-8ad530ba9afd",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "2c2bcd21-aaa5-4630-a9f8-cdc6934c2bb2",
"CreateDate": "2026-01-24T14:22:50.2086516-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-01-24T14:22:50.2086516-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": "603f488a-f501-47ff-8a93-152473f5d15e",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "b911e1f4-459a-47b0-a7ac-0b8c8f24dc39",
"CreateDate": "2026-01-24T14:22:50.2086516-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-01-24T14:22:50.2086516-08:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}