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": "7331ae58-8267-4bfb-9151-efff12903434",
"Asset": {
"AssetId": "0adcb3a4-386e-46ac-9109-ab19d9422a9b",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "58de78e9-5ba4-4ae0-af5e-3f14a44e93ef",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "14252ca0-c084-4d76-9634-42edb87ee92c",
"CreateDate": "2026-06-10T08:23:32.6999035-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-10T08:23:32.6999035-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "b38c1691-ec42-4f6c-9f06-eaa1c87f5294",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-06-10T08:23:32.6999035-07:00",
"MeasurementValueNeededDate": "2026-06-10T08:23:32.6999035-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "af7e8ea5-230d-4847-b656-ca1f1ab142ba",
"CreateDate": "2026-06-10T08:23:32.6999035-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-10T08:23:32.6999035-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-06-10T08:23:32.6999035-07:00",
"MeasurementValueNeededDate": "2026-06-10T08:23:32.6999035-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "00c2bd96-d90e-4db1-951b-1b9c9e759600",
"CreateDate": "2026-06-10T08:23:32.6999035-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-06-10T08:23:32.6999035-07:00",
"LastModifiedUser": "sample string 8"
},
"NoteCategory": {
"NoteCategoryId": "ecd570f9-5b47-4f70-b415-f9d8238496ba",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "9732df7f-5d4c-4f01-8fba-d38c2e9203a5",
"CreateDate": "2026-06-10T08:23:32.6999035-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-06-10T08:23:32.6999035-07:00",
"LastModifiedUser": "sample string 5"
},
"EffectiveDate": "2026-06-10T08:23:32.6999035-07:00",
"NoteHTML": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "893cf03b-89ca-411b-9ca6-60b135c0432b",
"CreateDate": "2026-06-10T08:23:32.6999035-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-06-10T08:23:32.6999035-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": "b2c0575e-e2ab-4976-acce-43335a9715fa",
"Asset": {
"AssetId": "9e9590c4-1a11-4b89-bd8b-6b4fbf93145f",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "571994f8-32a3-4dc2-9cd3-e8d430ca3850",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "a3cf585f-e81b-4f60-94d4-19f70c9a4da7",
"CreateDate": "2026-06-10T08:23:32.6999035-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-10T08:23:32.6999035-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "0c603d90-37f3-4f42-b604-dfa9b23d6044",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-06-10T08:23:32.6999035-07:00",
"MeasurementValueNeededDate": "2026-06-10T08:23:32.6999035-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "d80097f2-84e8-4752-af8e-3b2e5c0f0b64",
"CreateDate": "2026-06-10T08:23:32.6999035-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-10T08:23:32.6999035-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-06-10T08:23:32.6999035-07:00",
"MeasurementValueNeededDate": "2026-06-10T08:23:32.6999035-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "7573ce54-f9e1-4a1e-aa3b-5c37ca7aee9c",
"CreateDate": "2026-06-10T08:23:32.6999035-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-06-10T08:23:32.6999035-07:00",
"LastModifiedUser": "sample string 8"
},
"NoteCategory": {
"NoteCategoryId": "a5fa0610-a231-4ac5-83e5-b934dc00450f",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "2a13995b-f03c-4661-81d4-392e7d8bd402",
"CreateDate": "2026-06-10T08:23:32.6999035-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-06-10T08:23:32.6999035-07:00",
"LastModifiedUser": "sample string 5"
},
"EffectiveDate": "2026-06-10T08:23:32.6999035-07:00",
"NoteHTML": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "9a7140a6-bdbb-4407-a3a9-bc4e10131925",
"CreateDate": "2026-06-10T08:23:32.6999035-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-06-10T08:23:32.6999035-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}