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": "377c81da-0201-4352-8edd-9b277ff29192",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "c3533895-d43b-4ea8-a7d5-747d33650657",
"CreateDate": "2026-01-16T16:19:24.8018042-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-01-16T16:19:24.8018042-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": "75f3a70d-304c-450a-8b52-7c48648543be",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "d1986c7b-9555-4fd7-9f0f-8290d058eaf0",
"CreateDate": "2026-01-16T16:19:24.8018042-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-01-16T16:19:24.8018042-08:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}