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": "e03983ba-3efe-42c3-8a5a-b1b017d27a7f",
"Asset": {
"AssetId": "8fd7c6f9-0d78-41c9-b497-f073626ab9ae",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "0ec629c4-500e-498e-abb0-5c58436e6843",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "3c82896b-bc79-4c6c-843d-be4e4e1ba37f",
"CreateDate": "2026-09-02T00:31:42.8240569-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-02T00:31:42.8240569-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "366ce6e2-0d0b-4ab0-af97-1f89f46dd630",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-09-02T00:31:42.8240569-07:00",
"MeasurementValueNeededDate": "2026-09-02T00:31:42.8240569-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "6ba42bf5-7f15-48d1-9cb0-894773d2e8ad",
"CreateDate": "2026-09-02T00:31:42.8240569-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-02T00:31:42.8240569-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-09-02T00:31:42.8240569-07:00",
"MeasurementValueNeededDate": "2026-09-02T00:31:42.8240569-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "551fb80e-c5b0-4d5a-a874-7af248d0df58",
"CreateDate": "2026-09-02T00:31:42.8240569-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-09-02T00:31:42.8240569-07:00",
"LastModifiedUser": "sample string 8"
},
"NoteCategory": {
"NoteCategoryId": "c0930bd9-3b3a-425a-a27b-593480ba0940",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "61cf70bb-9c0f-4580-a1ba-cc08634cbd2f",
"CreateDate": "2026-09-02T00:31:42.8240569-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-09-02T00:31:42.8240569-07:00",
"LastModifiedUser": "sample string 5"
},
"EffectiveDate": "2026-09-02T00:31:42.8240569-07:00",
"NoteHTML": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "6e76a2aa-e7ac-4ea0-b36f-a609306f5a48",
"CreateDate": "2026-09-02T00:31:42.8240569-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-09-02T00:31:42.8240569-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": "7ecbb6bd-8f24-4102-bd71-bc1a4f8445a7",
"Asset": {
"AssetId": "8ea0affe-1028-4583-be81-1ae17d99621f",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "6217500b-d3b5-4945-bd96-1aa9812b6966",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "a6e31340-8a9f-44f3-bb2e-dd1576e68302",
"CreateDate": "2026-09-02T00:31:42.8240569-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-02T00:31:42.8240569-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "d7581d85-5a25-461c-b67b-3ed29c7f007d",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-09-02T00:31:42.8240569-07:00",
"MeasurementValueNeededDate": "2026-09-02T00:31:42.8240569-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "809e858b-424f-4406-b21d-c2c3aeb0a9ae",
"CreateDate": "2026-09-02T00:31:42.8240569-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-02T00:31:42.8240569-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-09-02T00:31:42.8240569-07:00",
"MeasurementValueNeededDate": "2026-09-02T00:31:42.8240569-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "4850153a-72d8-4a8f-b56d-8a74e7477ae8",
"CreateDate": "2026-09-02T00:31:42.8240569-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-09-02T00:31:42.8240569-07:00",
"LastModifiedUser": "sample string 8"
},
"NoteCategory": {
"NoteCategoryId": "9ed07681-465d-4b6d-9edc-efaa82387bf0",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "c0a692b1-4eb3-463d-b0d4-a693277959aa",
"CreateDate": "2026-09-02T00:31:42.8240569-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-09-02T00:31:42.8240569-07:00",
"LastModifiedUser": "sample string 5"
},
"EffectiveDate": "2026-09-02T00:31:42.8240569-07:00",
"NoteHTML": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "b3d503e0-c13d-46f6-9674-c368d733830c",
"CreateDate": "2026-09-02T00:31:42.8240569-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-09-02T00:31:42.8240569-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}