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": "7eaf590f-2973-4faa-a788-dbc00daa1568",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "1c7443a6-feda-47bf-bfb5-599124777f15",
"CreateDate": "2026-09-02T00:31:58.8295687-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-09-02T00:31:58.8295687-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": "72339b31-1d9c-4627-a740-16e3b77cb066",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "67dafc2d-9c33-4513-835a-5f4a814e0c74",
"CreateDate": "2026-09-02T00:31:58.8295687-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-09-02T00:31:58.8295687-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}