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": "7a6b8aac-8d68-4cea-ad20-ead6d0082de1",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "3f73a0f3-5332-458e-b1f9-e8466a30b3a4",
"CreateDate": "2026-06-25T04:44:38.0619302-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-06-25T04:44:38.0619302-07: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": "c4755987-b6df-41c1-bda9-ca6e337b22af",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "f2055d52-b045-4a3f-a0a3-891a65abfc4d",
"CreateDate": "2026-06-25T04:44:38.0619302-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-06-25T04:44:38.0619302-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}