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": "b1a0079f-a2e9-484f-9ff8-67300b0b07bd",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "960974ac-8a87-4588-b66d-da20a3ce2953",
"CreateDate": "2026-03-29T02:59:40.4111166-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-03-29T02:59:40.4111166-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": "446a3a80-66e0-41b2-aa08-542f8508c7a7",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "9afdff05-78d6-4c20-9f6b-59a0cccab94e",
"CreateDate": "2026-03-29T02:59:40.4111166-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-03-29T02:59:40.4111166-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}