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": "27998289-c330-4fed-a84b-4ac137a3870c",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "c17764bb-6d89-4d1a-a880-ff7527766b26",
"CreateDate": "2025-12-01T15:11:36.3213987-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2025-12-01T15:11:36.3213987-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": "085cf960-2f8d-457c-b1be-78738fbde3d0",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "71043d9d-a931-4021-a090-310d3e01fa7a",
"CreateDate": "2025-12-01T15:11:36.3213987-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2025-12-01T15:11:36.3213987-08:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}