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": "04e63a7b-0d8d-43dc-a4ca-e566483d64b1",
"Asset": {
"AssetId": "50569889-7a12-4ee6-9913-6af8c058f5f1",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "18659245-61cf-407c-8d57-6842aac657b0",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "66a2b57c-8b06-4b4b-bae0-dcb6fc7a1c58",
"CreateDate": "2026-09-22T03:29:34.3643593-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-22T03:29:34.3643593-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "abd9f998-512f-4def-8e12-fc3e2d4ca111",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-09-22T03:29:34.3643593-07:00",
"MeasurementValueNeededDate": "2026-09-22T03:29:34.3643593-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "3daec476-f8e7-4160-bfd9-2f4b39bd2797",
"CreateDate": "2026-09-22T03:29:34.3643593-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-22T03:29:34.3643593-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-09-22T03:29:34.3643593-07:00",
"MeasurementValueNeededDate": "2026-09-22T03:29:34.3643593-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "99b4a3a8-d61a-44c2-9b44-179740dc87f3",
"CreateDate": "2026-09-22T03:29:34.3643593-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-09-22T03:29:34.3643593-07:00",
"LastModifiedUser": "sample string 8"
},
"NoteCategory": {
"NoteCategoryId": "96d5a3c3-439a-4c4e-8df1-5cde323efaec",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "e48248b0-3073-46fd-a7c1-f379203f7b57",
"CreateDate": "2026-09-22T03:29:34.3643593-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-09-22T03:29:34.3643593-07:00",
"LastModifiedUser": "sample string 5"
},
"EffectiveDate": "2026-09-22T03:29:34.3643593-07:00",
"NoteHTML": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "3d4b33e1-4efe-44e9-bb99-94b0eca9f84a",
"CreateDate": "2026-09-22T03:29:34.3643593-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-09-22T03:29:34.3643593-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": "0e242c2b-2f74-4cea-a398-359fc2dfd705",
"Asset": {
"AssetId": "f361da0b-5e2e-4926-a144-5808086dd121",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "5b2c8e2d-5373-4412-9282-1ff170da6c72",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "5b185be9-af12-4eb7-a8d3-9351c41e1d19",
"CreateDate": "2026-09-22T03:29:34.3643593-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-22T03:29:34.3643593-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "07eb9c89-9e82-4311-88ac-56e2eae572d7",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-09-22T03:29:34.3643593-07:00",
"MeasurementValueNeededDate": "2026-09-22T03:29:34.3643593-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "8a02ea6e-5122-49fc-9951-1d0bdb883f22",
"CreateDate": "2026-09-22T03:29:34.3643593-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-22T03:29:34.3643593-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-09-22T03:29:34.3643593-07:00",
"MeasurementValueNeededDate": "2026-09-22T03:29:34.3643593-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "00e23942-aa87-4956-8578-6cdc1cf251b4",
"CreateDate": "2026-09-22T03:29:34.3643593-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-09-22T03:29:34.3643593-07:00",
"LastModifiedUser": "sample string 8"
},
"NoteCategory": {
"NoteCategoryId": "2dd8c368-a45f-4f6e-928d-157eb93cc45f",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "877c8dbb-9abf-4057-a082-26cff56331b3",
"CreateDate": "2026-09-22T03:29:34.3643593-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-09-22T03:29:34.3643593-07:00",
"LastModifiedUser": "sample string 5"
},
"EffectiveDate": "2026-09-22T03:29:34.3643593-07:00",
"NoteHTML": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "996573fe-36b5-470c-9339-b32909730ce6",
"CreateDate": "2026-09-22T03:29:34.3643593-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-09-22T03:29:34.3643593-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}