The "importwellboredocumentbyreference" web service imports a well bore 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}/wellboredocuments/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 bore document. The following parameters are available:
wellId: specifies a unique id of a well a being imported well bore document must be imported to
wellBoreDocumentName: specifies a being imported well bore document
wellBoreDocumentPath: specifies an URL to a being imported well bore document
overwrite: identifies whether an existing well bore document should be overwritten. This is an optional parameter. The default is false.