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": "ea3948c8-7a49-4098-8830-ff1c25e8ada0",
"Asset": {
"AssetId": "66853e12-bd2a-43b1-8e2d-8ae2ae144ba7",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "374586ed-4858-4425-913d-c666405f6e29",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "19e94de1-95a1-46de-97f2-fa263c346df0",
"CreateDate": "2026-05-04T12:33:58.6373791-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-04T12:33:58.6373791-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "4c0c0638-7199-4c69-aa83-840ad793f4ca",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-05-04T12:33:58.6373791-07:00",
"MeasurementValueNeededDate": "2026-05-04T12:33:58.6373791-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "89f13cfd-6c6f-4598-ab2e-ef8b15486f87",
"CreateDate": "2026-05-04T12:33:58.6373791-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-04T12:33:58.6373791-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-05-04T12:33:58.6373791-07:00",
"MeasurementValueNeededDate": "2026-05-04T12:33:58.6373791-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "4619fa85-5dd0-469d-9c65-968c13f8ade6",
"CreateDate": "2026-05-04T12:33:58.6373791-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-05-04T12:33:58.6373791-07:00",
"LastModifiedUser": "sample string 8"
},
"NoteCategory": {
"NoteCategoryId": "fb03e854-a9f4-497b-9a88-ca8d178db136",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "63fb5ead-8123-425b-a875-8aa655d1053b",
"CreateDate": "2026-05-04T12:33:58.6373791-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-05-04T12:33:58.6373791-07:00",
"LastModifiedUser": "sample string 5"
},
"EffectiveDate": "2026-05-04T12:33:58.6373791-07:00",
"NoteHTML": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "2c67a047-ddb1-42dc-8013-3440c9c021bf",
"CreateDate": "2026-05-04T12:33:58.6373791-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-05-04T12:33:58.6373791-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": "5c747785-87ed-4edb-ad65-e212f415c58c",
"Asset": {
"AssetId": "bd87933d-2ff4-45b4-81eb-5f266d2ac775",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "0e2796d1-71c4-4b8f-8888-4fc683fea86f",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "e85901ae-de82-4638-b0ce-af3cc3d487b5",
"CreateDate": "2026-05-04T12:33:58.6373791-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-04T12:33:58.6373791-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "70c54b2a-e23e-4bdf-a90b-f29c9f034bdb",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-05-04T12:33:58.6373791-07:00",
"MeasurementValueNeededDate": "2026-05-04T12:33:58.6373791-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "0182989e-c05e-4b5e-8fd1-a3fcdb7334fa",
"CreateDate": "2026-05-04T12:33:58.6373791-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-04T12:33:58.6373791-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-05-04T12:33:58.6373791-07:00",
"MeasurementValueNeededDate": "2026-05-04T12:33:58.6373791-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "4a0ae50a-a1bb-4fdd-82c2-c631cd47db71",
"CreateDate": "2026-05-04T12:33:58.6373791-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-05-04T12:33:58.6373791-07:00",
"LastModifiedUser": "sample string 8"
},
"NoteCategory": {
"NoteCategoryId": "4ba7af7c-165b-4670-8dba-b1da82bbb648",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "3acd4dce-88a8-4b1a-ab98-bfd1ede97e8b",
"CreateDate": "2026-05-04T12:33:58.6373791-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-05-04T12:33:58.6373791-07:00",
"LastModifiedUser": "sample string 5"
},
"EffectiveDate": "2026-05-04T12:33:58.6373791-07:00",
"NoteHTML": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "122a59c4-b38d-49a4-8d37-d0f350f3e9c9",
"CreateDate": "2026-05-04T12:33:58.6373791-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-05-04T12:33:58.6373791-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}