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": "484f9f6e-d92a-4b4a-ab4d-61e4b8df3361",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "9ed2fafb-16fe-490d-8c31-4214c9cd965f",
"CreateDate": "2026-08-13T09:14:54.9319264-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-08-13T09:14:54.9319264-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": "1be34037-cb08-4970-8d71-e6db9e7321d8",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "d3420f45-1700-42a1-9c44-ddae5ef33700",
"CreateDate": "2026-08-13T09:14:54.9319264-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-08-13T09:14:54.9319264-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}