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": "df218f09-b923-404b-a226-d2759fb512a3",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "5acc9ec4-49d1-4802-be46-039b2f3186b2",
"CreateDate": "2025-12-19T00:10:20.58209-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2025-12-19T00:10:20.58209-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": "421c9d6b-bb91-4c4a-980c-9ba8f8ed3152",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "e23b1513-3201-4581-a88a-6b1cd1c7cb2a",
"CreateDate": "2025-12-19T00:10:20.8632738-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2025-12-19T00:10:20.8632738-08:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}