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": "09641870-450f-4475-8bcd-d2d96de7c902",
"Asset": {
"AssetId": "74744ad4-f427-4196-a9af-6d951054c175",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "84c1f744-ad98-466f-8000-bd85610f2725",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "b41d4ede-a82b-4f4d-8f2f-000b1957d81f",
"CreateDate": "2026-05-09T23:07:42.5557955-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-09T23:07:42.5557955-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "a9bd62c4-1e75-4c7b-aa5e-48cfb3443c55",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-05-09T23:07:42.5557955-07:00",
"MeasurementValueNeededDate": "2026-05-09T23:07:42.5557955-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "0bf21231-b71f-4711-890f-6f817ba4fd76",
"CreateDate": "2026-05-09T23:07:42.5557955-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-09T23:07:42.5557955-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-05-09T23:07:42.5557955-07:00",
"MeasurementValueNeededDate": "2026-05-09T23:07:42.5557955-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "2b94d9b4-03c6-43bc-a4cb-d3cafc7340df",
"CreateDate": "2026-05-09T23:07:42.5557955-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-05-09T23:07:42.5557955-07:00",
"LastModifiedUser": "sample string 8"
},
"NoteCategory": {
"NoteCategoryId": "5fe60861-95e0-4a54-a147-1d984bfd96b1",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "0c9c7161-dc8b-4af8-825d-1b72b162d5c8",
"CreateDate": "2026-05-09T23:07:42.5557955-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-05-09T23:07:42.5557955-07:00",
"LastModifiedUser": "sample string 5"
},
"EffectiveDate": "2026-05-09T23:07:42.5557955-07:00",
"NoteHTML": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "2683964e-58f2-42ae-84ad-8c7a245cf1b9",
"CreateDate": "2026-05-09T23:07:42.5557955-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-05-09T23:07:42.5557955-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": "d713c62f-fcaa-4b2e-a0a6-75fc0d63a82a",
"Asset": {
"AssetId": "500d66d3-95be-4777-bbce-f228ac78c390",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "07a2b803-18a8-432e-a221-5cc1a4c0c43e",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "35ff91cd-11e2-46b6-9b4b-51d243f125f9",
"CreateDate": "2026-05-09T23:07:42.5557955-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-09T23:07:42.5557955-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "68b5c4a7-26a2-4754-9ffd-f1c0407074b2",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-05-09T23:07:42.5557955-07:00",
"MeasurementValueNeededDate": "2026-05-09T23:07:42.5557955-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "9da9c218-0928-410d-80aa-0e877c0b1f48",
"CreateDate": "2026-05-09T23:07:42.5557955-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-09T23:07:42.5557955-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-05-09T23:07:42.5557955-07:00",
"MeasurementValueNeededDate": "2026-05-09T23:07:42.5557955-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "c4a89a30-f557-4b05-9358-07fe9653bf4a",
"CreateDate": "2026-05-09T23:07:42.5557955-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-05-09T23:07:42.5557955-07:00",
"LastModifiedUser": "sample string 8"
},
"NoteCategory": {
"NoteCategoryId": "376f1dfa-ad0b-451f-bf3c-96591f9cefbf",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "e8265403-42ef-44cb-8551-f6e5b20e9973",
"CreateDate": "2026-05-09T23:07:42.5557955-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-05-09T23:07:42.5557955-07:00",
"LastModifiedUser": "sample string 5"
},
"EffectiveDate": "2026-05-09T23:07:42.5557955-07:00",
"NoteHTML": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "bfbef251-3ad9-4663-9277-76dee71410f0",
"CreateDate": "2026-05-09T23:07:42.5557955-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-05-09T23:07:42.5557955-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}