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": "26bb32d2-6713-47b7-94d6-bea58341f322",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "a0e591a0-633c-44cb-a080-cca280af1e94",
"CreateDate": "2026-04-30T21:04:26.4155661-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-04-30T21:04:26.4155661-07: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": "d286c735-2dea-4992-93da-31376046cf12",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "cc59d3be-ef55-4fe9-a862-308da73495bb",
"CreateDate": "2026-04-30T21:04:26.4155661-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-04-30T21:04:26.4155661-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}