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": "3b6ce78b-cfde-4126-b0b7-50d4a7a71d08",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "a7e5ba54-97c4-458f-8332-8b160e66ff38",
"CreateDate": "2026-06-28T09:39:37.412826-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-06-28T09:39:37.412826-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": "0dc66679-3d25-404b-8ba5-1392a3170afb",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "f01804d0-c515-4034-8de2-e7067b0bd5f8",
"CreateDate": "2026-06-28T09:39:37.412826-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-06-28T09:39:37.412826-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}