Notes REST Endpoints

Maintenance/Installed Base Assets/Notes
The Notes resource manages the asset notes that provide additional details about the asset. You can add, edit and delete the notes.
Create a asset note
Method: post
Path: /fscmRestApi/resources/11.13.18.05/installedBaseAssets/{AssetId}/child/notes
Delete a asset note
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/installedBaseAssets/{AssetId}/child/notes/{NoteId}
Get all asset notes
Method: get
Path: /fscmRestApi/resources/11.13.18.05/installedBaseAssets/{AssetId}/child/notes
Get one asset note
Method: get
Path: /fscmRestApi/resources/11.13.18.05/installedBaseAssets/{AssetId}/child/notes/{NoteId}
Update a asset note
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/installedBaseAssets/{AssetId}/child/notes/{NoteId}