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": "56004ec5-8b16-40d6-a663-cb8e1a2fb741",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "d44f923b-a955-407a-a439-66fd4685605b",
"CreateDate": "2025-12-05T06:20:51.1056921-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2025-12-05T06:20:51.1056921-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": "1f5b2ea1-c517-4b99-baa2-d92e64882751",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "77e678b3-06cc-4f8b-80da-82556cb0a7d4",
"CreateDate": "2025-12-05T06:20:51.1056921-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2025-12-05T06:20:51.1056921-08:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}