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": "cac1db39-28b2-4f0c-b688-ac73ae5a20a4",
"Asset": {
"AssetId": "749090ab-6448-4958-b569-07b9c9723d62",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "85613db9-9ae5-42f5-ae84-eac4669a6ea0",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "fafc7602-9158-43ed-a2ca-ee8924abdd59",
"CreateDate": "2026-05-24T15:00:46.0230142-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-24T15:00:46.0230142-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "d9efd95e-02fb-476f-8427-e3cb6173d684",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-05-24T15:00:46.0230142-07:00",
"MeasurementValueNeededDate": "2026-05-24T15:00:46.0230142-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "337964c3-83b0-4925-922c-8afa62ebfd2a",
"CreateDate": "2026-05-24T15:00:46.0230142-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-24T15:00:46.0230142-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-05-24T15:00:46.0230142-07:00",
"MeasurementValueNeededDate": "2026-05-24T15:00:46.0230142-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "c4e9ec95-9b02-4306-900e-23b1f171597d",
"CreateDate": "2026-05-24T15:00:46.0230142-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-05-24T15:00:46.0230142-07:00",
"LastModifiedUser": "sample string 8"
},
"NoteCategory": {
"NoteCategoryId": "a6bf52fc-48e0-4b2d-a6b2-b75b8e6329b6",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "e9fea383-3562-4530-bd16-34b6a8e69a68",
"CreateDate": "2026-05-24T15:00:46.0230142-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-05-24T15:00:46.0230142-07:00",
"LastModifiedUser": "sample string 5"
},
"EffectiveDate": "2026-05-24T15:00:46.0230142-07:00",
"NoteHTML": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "1e66dbf2-b883-4deb-b6f7-fb904b83851e",
"CreateDate": "2026-05-24T15:00:46.0230142-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-05-24T15:00:46.0230142-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": "0715af31-9c59-41c2-921f-cac927594284",
"Asset": {
"AssetId": "dcad9021-fade-4b82-80ae-7b76c8f887c0",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "e9f35526-0a90-4efd-9592-aadfe3153651",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "cad398fa-d80c-447c-bfba-b89edcc331da",
"CreateDate": "2026-05-24T15:00:46.0386312-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-24T15:00:46.0386312-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "377e69d7-d97f-4cc9-b1de-9c9f97a19b95",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-05-24T15:00:46.0386312-07:00",
"MeasurementValueNeededDate": "2026-05-24T15:00:46.0386312-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "3ac15602-12ad-415d-a49b-e414aa1eccd8",
"CreateDate": "2026-05-24T15:00:46.0386312-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-24T15:00:46.0386312-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-05-24T15:00:46.0386312-07:00",
"MeasurementValueNeededDate": "2026-05-24T15:00:46.0386312-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "eeb2670e-835e-4363-8b9f-66b9e591af61",
"CreateDate": "2026-05-24T15:00:46.0386312-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-05-24T15:00:46.0386312-07:00",
"LastModifiedUser": "sample string 8"
},
"NoteCategory": {
"NoteCategoryId": "1d615251-fd96-4a4e-a520-e96b98fc26f4",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "9b86fa47-456f-414f-a979-03980a88da21",
"CreateDate": "2026-05-24T15:00:46.0386312-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-05-24T15:00:46.0386312-07:00",
"LastModifiedUser": "sample string 5"
},
"EffectiveDate": "2026-05-24T15:00:46.0386312-07:00",
"NoteHTML": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "034c0993-3102-4505-a714-7cc44fc5ddfa",
"CreateDate": "2026-05-24T15:00:46.0386312-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-05-24T15:00:46.0386312-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}