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": "8aef3634-bf1f-4fd1-9fad-a58cf762001d",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "3a81bf07-6a41-47ca-93e2-42530b0734ea",
"CreateDate": "2025-11-04T16:55:19.9784356-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2025-11-04T16:55:19.9784356-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": "ee1490a5-9eb7-4f59-af3d-030ce5bffdc1",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "0e9776ee-91f6-4756-8407-e2342da3deea",
"CreateDate": "2025-11-04T16:55:19.9784356-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2025-11-04T16:55:19.9784356-08:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}