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": "47d2bd4c-01fd-4fb8-8378-e7a22e706e32",
"Asset": {
"AssetId": "4d30e02f-8240-484d-b55c-2073942c2a66",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "091251f4-d023-4c7f-ba84-23e4a6e99bb7",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "dd89b4ff-eb3f-44a0-ac62-48ab7e7ce505",
"CreateDate": "2026-02-08T18:38:42.48449-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-08T18:38:42.48449-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "1fec4a21-9110-4001-a2b0-fd217fc03e03",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-02-08T18:38:42.48449-08:00",
"MeasurementValueNeededDate": "2026-02-08T18:38:42.48449-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "7fcd3b18-0f14-441e-8d5d-5735ea4b72dc",
"CreateDate": "2026-02-08T18:38:42.48449-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-08T18:38:42.48449-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-02-08T18:38:42.48449-08:00",
"MeasurementValueNeededDate": "2026-02-08T18:38:42.48449-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "5cdbf182-f10b-4537-bfef-39d80c5452a4",
"CreateDate": "2026-02-08T18:38:42.48449-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-02-08T18:38:42.48449-08:00",
"LastModifiedUser": "sample string 8"
},
"NoteCategory": {
"NoteCategoryId": "d6d47d08-8de4-498c-a261-723fbfbc5978",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "445e5524-7644-48f4-9ff8-d18785e49a5c",
"CreateDate": "2026-02-08T18:38:42.48449-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-02-08T18:38:42.48449-08:00",
"LastModifiedUser": "sample string 5"
},
"EffectiveDate": "2026-02-08T18:38:42.48449-08:00",
"NoteHTML": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "2278c803-1ec9-4816-bd79-4b8618ac408c",
"CreateDate": "2026-02-08T18:38:42.48449-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-02-08T18:38:42.48449-08: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": "7a2c6384-0a2f-48b5-8a12-963be12d206f",
"Asset": {
"AssetId": "8868a4c1-fb85-4d19-a6d9-d2b070a7e8f7",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "c418db53-ce91-4308-8cee-da44e41bbd9b",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "6d50c034-d8d5-4f54-a4f9-4ac6c6500f68",
"CreateDate": "2026-02-08T18:38:42.48449-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-08T18:38:42.48449-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "f7ea5b98-8bde-4556-bb28-bda3b2f8c1df",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-02-08T18:38:42.48449-08:00",
"MeasurementValueNeededDate": "2026-02-08T18:38:42.48449-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "9ec1af15-0771-47e9-91fb-01aea2033a6c",
"CreateDate": "2026-02-08T18:38:42.48449-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-08T18:38:42.48449-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-02-08T18:38:42.48449-08:00",
"MeasurementValueNeededDate": "2026-02-08T18:38:42.48449-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "1427f533-1b3a-4ebd-bad4-5458ce67b9c8",
"CreateDate": "2026-02-08T18:38:42.48449-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-02-08T18:38:42.48449-08:00",
"LastModifiedUser": "sample string 8"
},
"NoteCategory": {
"NoteCategoryId": "64cbbc76-aa8e-4e49-bd25-8e80bdbf1389",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "ae249680-213a-410a-85ac-02060a5d49a8",
"CreateDate": "2026-02-08T18:38:42.48449-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-02-08T18:38:42.48449-08:00",
"LastModifiedUser": "sample string 5"
},
"EffectiveDate": "2026-02-08T18:38:42.48449-08:00",
"NoteHTML": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "7fa406a8-b479-484b-a4b2-f8a6d47671db",
"CreateDate": "2026-02-08T18:38:42.48449-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-02-08T18:38:42.48449-08:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}