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": "33cd8ee4-e43a-4b59-a350-9aefdeb59245",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "7218ea12-2e9c-4757-bc5b-cd5c701177c4",
"CreateDate": "2026-07-23T06:42:33.0414474-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-07-23T06:42:33.0414474-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": "7a0ff2d6-99e1-4e28-8574-942e7c2a5063",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "8a904ff4-be0b-4fe3-ada5-ca14d7536dfa",
"CreateDate": "2026-07-23T06:42:33.0414474-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-07-23T06:42:33.0414474-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}