PUT Notes
Updates the given note.
Request Information
URI Parameters
None.
Body Parameters
The note to update
Note| Name | Description | Type | Additional information |
|---|---|---|---|
| NoteId | globally unique identifier |
None. |
|
| Asset | Asset |
None. |
|
| NoteCategory | NoteCategory |
None. |
|
| EffectiveDate | date |
None. |
|
| NoteHTML | 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:
{
"NoteId": "e6e21a0b-d259-41ab-ac83-1ae06b8d4626",
"Asset": {
"AssetId": "41618de8-7470-4b2a-898d-581dd2bd3275",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "9a591596-f0a2-49b3-9f5a-3569ce2bba35",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "f2449046-ad82-4570-9d2d-7bb8f848ab62",
"CreateDate": "2026-08-12T11:14:11.2916423-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-12T11:14:11.2916423-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "9bc13e18-9e36-4fd4-bf7c-d2418efa98f6",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-08-12T11:14:11.2916423-07:00",
"MeasurementValueNeededDate": "2026-08-12T11:14:11.2916423-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "0938ddc2-19ee-4a47-ac4e-98881b38fdde",
"CreateDate": "2026-08-12T11:14:11.2916423-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-12T11:14:11.2916423-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-08-12T11:14:11.2916423-07:00",
"MeasurementValueNeededDate": "2026-08-12T11:14:11.2916423-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "8a46a072-4e73-4e4c-b165-a59a4adc1d94",
"CreateDate": "2026-08-12T11:14:11.2916423-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-08-12T11:14:11.2916423-07:00",
"LastModifiedUser": "sample string 8"
},
"NoteCategory": {
"NoteCategoryId": "be16fbf4-27e6-405c-8214-eb949429b3bc",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "608c9a02-af6b-42b5-a3a0-31e543b7aa96",
"CreateDate": "2026-08-12T11:14:11.2916423-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-08-12T11:14:11.2916423-07:00",
"LastModifiedUser": "sample string 5"
},
"EffectiveDate": "2026-08-12T11:14:11.2916423-07:00",
"NoteHTML": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "49ff9f80-d12c-4245-8c24-83c194e22e2b",
"CreateDate": "2026-08-12T11:14:11.2916423-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-08-12T11:14:11.2916423-07:00",
"LastModifiedUser": "sample string 5"
}
Response Information
Resource Description
On success, the updated note.
| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | Note |
None. |
|
| Total | integer |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": {
"NoteId": "0d41cd99-eda1-4397-abf2-fdf6d6d9dd6d",
"Asset": {
"AssetId": "adb9f596-6e58-4e98-a6c5-7b70063592a6",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "427c5596-8a86-4fb9-88e2-b4175342f537",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "d9210204-629c-4071-a30a-973a82bc013e",
"CreateDate": "2026-08-12T11:14:11.2916423-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-12T11:14:11.2916423-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "1cf1a39b-bec0-4fed-892c-f1722dae900c",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-08-12T11:14:11.2916423-07:00",
"MeasurementValueNeededDate": "2026-08-12T11:14:11.2916423-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "c12fee6d-e7c2-4c0c-a1c8-e52f2ba3d2df",
"CreateDate": "2026-08-12T11:14:11.2916423-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-12T11:14:11.2916423-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-08-12T11:14:11.2916423-07:00",
"MeasurementValueNeededDate": "2026-08-12T11:14:11.2916423-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "b213d9c2-4848-4bbc-8ff9-20741aabcdd6",
"CreateDate": "2026-08-12T11:14:11.2916423-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-08-12T11:14:11.2916423-07:00",
"LastModifiedUser": "sample string 8"
},
"NoteCategory": {
"NoteCategoryId": "5898c7e0-9368-4eab-8380-6f34851a804e",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "232b654a-5a25-46c1-98ef-f0797ddf2590",
"CreateDate": "2026-08-12T11:14:11.2916423-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-08-12T11:14:11.2916423-07:00",
"LastModifiedUser": "sample string 5"
},
"EffectiveDate": "2026-08-12T11:14:11.2916423-07:00",
"NoteHTML": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "4b580d59-8608-42d5-b9ee-6188d77fbeab",
"CreateDate": "2026-08-12T11:14:11.2916423-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-08-12T11:14:11.2916423-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}