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": "7c18d801-24a7-4148-839a-6bac747607bb",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "02398cf5-6570-4c04-a619-439ea79a1857",
"CreateDate": "2026-02-03T03:58:52.9864737-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-02-03T03:58:52.9864737-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": "b72cc632-9309-4c9e-8aa4-ed14d24c7bf7",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "3d32e083-e751-446d-93a4-f764c34f3d69",
"CreateDate": "2026-02-03T03:58:52.9864737-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-02-03T03:58:52.9864737-08:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}