Create a new Wellbore
Security
bearer and appkey
- ProdEUhttps://eu-api.delfi.slb.com/drillplan/msd/v2/wellbores
- ProdUShttps://api.delfi.slb.com/drillplan/msd/v2/wellbores
- Mock serverhttps://developer.slb.com/_mock/solutions/drillplan/apis/msdapi/v2/wellbores
curl -i -X POST \
https://eu-api.delfi.slb.com/drillplan/msd/v2/wellbores \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-H 'appkey: YOUR_API_KEY_HERE' \
-H 'slb-data-partition-id: string' \
-d '{
"name": "string",
"well_id": "string",
"api": "string",
"ubhi": "string",
"parent_wellbore_id": "string",
"external_tag": "string"
}'