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": "ff722e95-68c4-4a37-b7ed-4af1f4890dcd",
"Asset": {
"AssetId": "30c5a306-9727-4a38-95b5-9f2d7f4584ae",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "07ec1996-3af7-4da4-9bc1-ce3a876f8705",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "2d436e15-a019-444c-a19f-104d8bb51dc8",
"CreateDate": "2026-08-03T02:24:06.7778213-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-03T02:24:06.7778213-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "473e22d2-00a8-4c39-8d9f-0a481ff38b71",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-08-03T02:24:06.7778213-07:00",
"MeasurementValueNeededDate": "2026-08-03T02:24:06.7778213-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "a9499253-720d-460b-a39e-7f1d7f5f0c59",
"CreateDate": "2026-08-03T02:24:06.7778213-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-03T02:24:06.7778213-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-08-03T02:24:06.7778213-07:00",
"MeasurementValueNeededDate": "2026-08-03T02:24:06.7778213-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "53cbf91c-eb1d-4747-ae65-646d49bcf83d",
"CreateDate": "2026-08-03T02:24:06.7778213-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-08-03T02:24:06.7778213-07:00",
"LastModifiedUser": "sample string 8"
},
"NoteCategory": {
"NoteCategoryId": "7233d743-ca7e-45f6-bdce-990b45f34fe3",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "70595383-3f06-4a1b-9053-bbde23c4c761",
"CreateDate": "2026-08-03T02:24:06.7778213-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-08-03T02:24:06.7778213-07:00",
"LastModifiedUser": "sample string 5"
},
"EffectiveDate": "2026-08-03T02:24:06.7778213-07:00",
"NoteHTML": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "7d5f4442-9e4f-4e4f-bb1f-f8171ca9301e",
"CreateDate": "2026-08-03T02:24:06.7778213-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-08-03T02:24:06.7778213-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": "b41657fb-8084-4146-b084-37a02a4d3366",
"Asset": {
"AssetId": "c3539465-34ae-4921-a2d8-83bfae6da7d3",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "61ea0d85-6acf-4f64-a0da-931a1b87ce32",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "49e728fa-40be-4f63-8fc0-01657178aa7b",
"CreateDate": "2026-08-03T02:24:06.7778213-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-03T02:24:06.7778213-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "c1f111a3-55e0-4e70-947d-d849e96b09f4",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-08-03T02:24:06.7778213-07:00",
"MeasurementValueNeededDate": "2026-08-03T02:24:06.7778213-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "cd94f7c0-1aca-4d2b-b9f8-504da58f438d",
"CreateDate": "2026-08-03T02:24:06.7778213-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-03T02:24:06.7778213-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-08-03T02:24:06.7778213-07:00",
"MeasurementValueNeededDate": "2026-08-03T02:24:06.7778213-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "a158fced-8edb-462e-96fc-9f1c8c030a23",
"CreateDate": "2026-08-03T02:24:06.7778213-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-08-03T02:24:06.7778213-07:00",
"LastModifiedUser": "sample string 8"
},
"NoteCategory": {
"NoteCategoryId": "da10e3f6-4720-4597-88fa-b7393c92e7ac",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "c331cfec-ca60-45e3-b5d4-50cdce667e7a",
"CreateDate": "2026-08-03T02:24:06.7778213-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-08-03T02:24:06.7778213-07:00",
"LastModifiedUser": "sample string 5"
},
"EffectiveDate": "2026-08-03T02:24:06.7778213-07:00",
"NoteHTML": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "454603e3-5831-4f79-b2c6-687d4c1ccc3d",
"CreateDate": "2026-08-03T02:24:06.7778213-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-08-03T02:24:06.7778213-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}