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": "56f013d4-aab1-4975-8bcc-dc0830723d56",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "1918053b-2437-47a7-9149-d5d9e90c8810",
"CreateDate": "2025-11-14T23:01:39.1021965-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2025-11-14T23:01:39.1021965-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": "5916c1e2-20f8-4edc-a518-7de1bcf20633",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "8d7b2a12-1343-4181-a00a-7a0aab5b6c5a",
"CreateDate": "2025-11-14T23:01:39.1021965-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2025-11-14T23:01:39.1021965-08:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}