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": "cda219ff-3ae3-40a8-9ee1-2e46abbf8761",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "c8f0f833-f947-432a-a8a8-7ad7aebdd50b",
"CreateDate": "2025-10-27T11:19:06.9938203-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2025-10-27T11:19:06.9938203-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": "cbe90214-7091-4f43-b306-5c8acb13c0f2",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "8b974587-50f4-457b-a40d-8c368e6d395e",
"CreateDate": "2025-10-27T11:19:06.9938203-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2025-10-27T11:19:06.9938203-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}