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": "8de5d4a2-f3c3-41fa-9c87-e8127e34fa4a",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "d995800e-bfd7-4e9c-bc47-073a0f9414c8",
"CreateDate": "2025-11-27T10:25:34.5789813-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2025-11-27T10:25:34.5789813-08: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": "cb60b5ea-fb95-4a7a-a539-a5f13e970663",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "f4b7109e-46c8-4cc0-bbca-94f3e7f9432b",
"CreateDate": "2025-11-27T10:25:34.9071629-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2025-11-27T10:25:34.9071629-08:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}