The "importwelldocumentbyreference" web service imports a well document located at some data source in the specified data source.
A typical URL is http://myserver.mycompany.com:8080/INTGeoServer/api/ds/{datasourcetype}/v1/sources/{datasource}/welldocuments/import/byreference with the POST method.
where
datasourcetype: type of a datasource, i.e. mongo, s3, etc.
datasource: unique id of a datasource
The following parameters are available:
importoptions: a JSON object that specifies parameters of the being imported well document. The following parameters are available:
wellId: specifies a unique id of a well a being imported well document must be imported to
wellDocumentName: specifies a being imported well document
wellDocumentPath: specifies an URL to a being imported well document
overwrite: identifies whether an existing well document should be overwritten. This is an optional parameter. The default is false.