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": "aaae89d7-7192-4918-a92e-ea3f73a06a97",
"Asset": {
"AssetId": "d0fa4074-1c2a-4522-ba18-5a0df62dcc9b",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "3bb86fc6-8f82-4438-8c7a-5e4fefa091fd",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "ccab51e6-4acf-4c58-8898-3b2dbfcdfee3",
"CreateDate": "2026-03-03T08:05:32.4262481-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-03T08:05:32.4262481-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "bf237de0-2237-4b53-9329-0bd72d0489da",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-03-03T08:05:32.4262481-08:00",
"MeasurementValueNeededDate": "2026-03-03T08:05:32.4262481-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "91cfe588-6caa-4106-9af9-8de7629e73b3",
"CreateDate": "2026-03-03T08:05:32.4262481-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-03T08:05:32.4262481-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-03-03T08:05:32.4262481-08:00",
"MeasurementValueNeededDate": "2026-03-03T08:05:32.4262481-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "4e172fdc-39f9-4e1f-b44c-0c5698dc2893",
"CreateDate": "2026-03-03T08:05:32.4262481-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-03-03T08:05:32.4262481-08:00",
"LastModifiedUser": "sample string 8"
},
"NoteCategory": {
"NoteCategoryId": "ead1375d-a8d4-4b9f-9b62-23a6fab86e85",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "fb0c4cb1-8171-4010-812c-38752d79b9b9",
"CreateDate": "2026-03-03T08:05:32.4262481-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-03-03T08:05:32.4262481-08:00",
"LastModifiedUser": "sample string 5"
},
"EffectiveDate": "2026-03-03T08:05:32.4262481-08:00",
"NoteHTML": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "31cefd4e-70af-412d-af01-88cdd9a79aac",
"CreateDate": "2026-03-03T08:05:32.4262481-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-03-03T08:05:32.4262481-08: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": "170c9743-93d3-4194-b270-9228dab4c67e",
"Asset": {
"AssetId": "5f63cd73-6290-4fef-8efd-384017e897cc",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "4b69cd9a-a54d-4fbf-ba3e-7ffc76507c48",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "fad2fb70-9bde-4d1e-a209-5603358b3061",
"CreateDate": "2026-03-03T08:05:32.4419599-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-03T08:05:32.4419599-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "7ab9ee05-376c-4773-aecc-ab3a14fed79a",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-03-03T08:05:32.4419599-08:00",
"MeasurementValueNeededDate": "2026-03-03T08:05:32.4419599-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "e3582a0b-d05a-47df-ad31-601df47722a4",
"CreateDate": "2026-03-03T08:05:32.4419599-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-03T08:05:32.4419599-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-03-03T08:05:32.4419599-08:00",
"MeasurementValueNeededDate": "2026-03-03T08:05:32.4419599-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "32d01a03-3b21-44b8-9b68-8cfb1cce1938",
"CreateDate": "2026-03-03T08:05:32.4419599-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-03-03T08:05:32.4419599-08:00",
"LastModifiedUser": "sample string 8"
},
"NoteCategory": {
"NoteCategoryId": "b31adbfe-d6b4-47ae-bea3-0b0c5d9eddc3",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "fb9f001e-8f9c-4713-a640-d2175564557e",
"CreateDate": "2026-03-03T08:05:32.4419599-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-03-03T08:05:32.4419599-08:00",
"LastModifiedUser": "sample string 5"
},
"EffectiveDate": "2026-03-03T08:05:32.4419599-08:00",
"NoteHTML": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "19e5e0c7-716d-4823-97fd-5b90dfddc213",
"CreateDate": "2026-03-03T08:05:32.4419599-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-03-03T08:05:32.4419599-08:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}