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": "956d8cf2-6410-40ea-849f-e9a34cb05b06",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "58c6a256-8403-40d2-b2e0-999e995ac831",
"CreateDate": "2026-09-26T13:57:37.9241763-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-09-26T13:57:37.9241763-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": "4f589a9d-4eab-4884-818f-52d18bc67f2d",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "8d038130-6032-4201-aa4a-21621a1a74a1",
"CreateDate": "2026-09-26T13:57:37.9241763-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-09-26T13:57:37.9241763-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}