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": "f83dcb35-501c-4007-8608-e323519d25c0",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "47267bbe-63f2-4fcd-8445-5d7e227135b8",
"CreateDate": "2025-11-17T18:51:13.1003834-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2025-11-17T18:51:13.1003834-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": "a55ccb98-28ed-42c9-9151-8fdc6dd1a30a",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "a5b10212-00d7-4a10-8109-261efc0ee21f",
"CreateDate": "2025-11-17T18:51:13.1003834-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2025-11-17T18:51:13.1003834-08:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}