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": "f89c8981-198a-4e8f-a22e-3a7b49f17c36",
"Asset": {
"AssetId": "79781eb0-a104-4b9b-bcb1-b1f87723799e",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "febf712b-7e1f-4f55-a763-0f149ae0f003",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "27afa6e3-8959-4aea-998c-a01d98dcf591",
"CreateDate": "2026-03-23T12:45:51.6640017-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-23T12:45:51.6640017-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "ebb0c7f4-d40c-467b-a7da-6f4fbeece546",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-03-23T12:45:51.6640017-07:00",
"MeasurementValueNeededDate": "2026-03-23T12:45:51.6640017-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "c6b67fef-c735-4a1e-ab8f-e757e7bbfc00",
"CreateDate": "2026-03-23T12:45:51.6640017-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-23T12:45:51.6640017-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-03-23T12:45:51.6640017-07:00",
"MeasurementValueNeededDate": "2026-03-23T12:45:51.6640017-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "5548f41d-5b49-44e0-a77d-643d9478d7a7",
"CreateDate": "2026-03-23T12:45:51.6640017-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-03-23T12:45:51.6640017-07:00",
"LastModifiedUser": "sample string 8"
},
"NoteCategory": {
"NoteCategoryId": "1b407f27-d752-489f-a5d1-9e942a8072fe",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "fb65733f-bb16-4bfd-a69f-5a140cc18a69",
"CreateDate": "2026-03-23T12:45:51.6640017-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-03-23T12:45:51.6640017-07:00",
"LastModifiedUser": "sample string 5"
},
"EffectiveDate": "2026-03-23T12:45:51.6640017-07:00",
"NoteHTML": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "58688efb-f7e5-43ca-b095-55af0f46b220",
"CreateDate": "2026-03-23T12:45:51.6640017-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-03-23T12:45:51.6640017-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": "b0806848-70f0-4ad1-9ced-a2f633cdd83c",
"Asset": {
"AssetId": "5c021fb2-0c6e-4113-838f-d614f6896633",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "165eb9df-b521-4a22-bd86-cb9c3d236135",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "82fd505f-0db6-4852-a647-45e0c910cbe6",
"CreateDate": "2026-03-23T12:45:51.6640017-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-23T12:45:51.6640017-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "525a9c06-1e9a-47a4-b69f-19c25c68ad5b",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-03-23T12:45:51.6640017-07:00",
"MeasurementValueNeededDate": "2026-03-23T12:45:51.6640017-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "f6e89079-a9b6-44d5-aac4-7a2c79935ccd",
"CreateDate": "2026-03-23T12:45:51.6640017-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-23T12:45:51.6640017-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-03-23T12:45:51.6640017-07:00",
"MeasurementValueNeededDate": "2026-03-23T12:45:51.6640017-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "ae084d9f-d273-4a26-8bee-c1329f271344",
"CreateDate": "2026-03-23T12:45:51.6640017-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-03-23T12:45:51.6640017-07:00",
"LastModifiedUser": "sample string 8"
},
"NoteCategory": {
"NoteCategoryId": "9eb9fa37-561b-4458-8952-7f972555f4f2",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "35c2273a-72b6-4572-8f07-c3bfe21aa9d3",
"CreateDate": "2026-03-23T12:45:51.6640017-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-03-23T12:45:51.6640017-07:00",
"LastModifiedUser": "sample string 5"
},
"EffectiveDate": "2026-03-23T12:45:51.6640017-07:00",
"NoteHTML": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "de546678-614c-496a-842e-4c30945f750e",
"CreateDate": "2026-03-23T12:45:51.6640017-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-03-23T12:45:51.6640017-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}