How to create a POI using the Frontend API

How to create a in NavVis IVION using the frontend .

This solution applies to the NavVis IVION Frontend API.

The method for creating a new POI is "save".

https://docs.navvis.com/cloud/v10.0/en/html/_static/ts_docs/interfaces/poirepositoryinterface.html#create

Exclude ID when copying, as that is not writable.

https://docs.navvis.com/cloud/v10.0/en/html/_static/ts_docs/interfaces/poirepositoryinterface.html#findone
https://docs.navvis.com/cloud/v10.0/en/html/_static/ts_docs/interfaces/poiinterface.html#copy

https://docs.navvis.com/cloud/v10.0/en/html/_static/ts_docs/interfaces/poirepositoryinterface.html#save