Security
(bearer and appkey) or (sauth_service_token and appkey)
A list of well list to be created or updated
- ProdEUhttps://eu-api.delfi.slb.com/drillplan/offset-well-data/v1/well-lists
- ProdUShttps://api.delfi.slb.com/drillplan/offset-well-data/v1/well-lists
- Mock serverhttps://developer.slb.com/_mock/solutions/drillplan/apis/offsetwellapi/v1/well-lists
- bearer + appkey
- sauth_service_token + appkey
- application/json-patch+json
- application/json
- text/json
- application/*+json
curl -i -X POST \
https://eu-api.delfi.slb.com/drillplan/offset-well-data/v1/well-lists \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json-patch+json' \
-H 'appkey: YOUR_API_KEY_HERE' \
-H 'slb-partition-id: string' \
-d '[
{
"id": "string",
"anchor_well_guid": "string",
"data_source": "string",
"guid": "string",
"name": "string",
"wells": [
{
"guid": "string",
"name": "string"
}
]
}
]'Created
Response
- text/plain
- application/json
- text/json
{
"total_entity_count": 0,
"created_entity_count": 0,
"updated_entity_count": 0,
"created_entities": [
{
"id": "string",
"anchor_well_guid": "string",
"data_source": "string",
"guid": "string",
"name": "string",
"wells": [
{
"guid": "string",
"name": "string"
}
]
}
],
"updated_entities": [
{
"id": "string",
"anchor_well_guid": "string",
"data_source": "string",
"guid": "string",
"name": "string",
"wells": [
{
"guid": "string",
"name": "string"
}
]
}
],
"entity_violations": [
{
"source": {
"id": "string",
"anchor_well_guid": "string",
"data_source": "string",
"guid": "string",
"name": "string",
"wells": [
{
"guid": "string",
"name": "string"
}
]
},
"violations": [
{
"fatal_violation": true,
"details": "string"
}
]
}
],
"action_succeeded": true,
"master_error": "string",
"dependent_action_errors": [
"string"
],
"action_key": "string"
}