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": "d89374d8-9e88-41bc-acfe-0c9fc837289a",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "745aba6f-26aa-4075-b8bd-dda3734338d3",
"CreateDate": "2025-12-17T04:27:38.5175054-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2025-12-17T04:27:38.5175054-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": "b77da42b-2098-45bc-9032-59876f388664",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "480d4203-9545-46b2-891e-92a161ac0072",
"CreateDate": "2025-12-17T04:27:38.5175054-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2025-12-17T04:27:38.5175054-08:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}