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": "f506de80-b572-4f7e-a9e4-3510fed1320c",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "88da1576-dea8-4b78-abb0-6f02c49f5f3a",
"CreateDate": "2025-11-19T14:52:26.5856842-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2025-11-19T14:52:26.5856842-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": "55fae0a1-3285-4ac0-b169-d0e3df6eb971",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "2be67dd3-a4c3-4810-89e3-70ce5d617b4f",
"CreateDate": "2025-11-19T14:52:26.5856842-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2025-11-19T14:52:26.5856842-08:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}