Skip to main content

Arguments

address : String

The street address.

address2 : String

The second line of the street address.

city : String

The city of the address.

esiId : String

The ESI ID of the meter point at the address.

postCode : String

The postal code of the address.

state : String

The state of the address.

Allowed Viewers

Customer Partner User Third party

Required Permissions

(No)

Query Complexity

5

Examples

The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.

Query

query AddressLookup( $address: String, $address2: String, $city: String, $esiId: String, $postCode: String, $state: String ) { addressLookup( address: $address, address2: $address2, city: $city, esiId: $esiId, postCode: $postCode, state: $state ) { address address2 city esiId houseNumber isKrakenCustomer { ...IsKrakenCustomerOutputFragment } loadZone meterType postCode premiseType serviceProvider state } }

Variables

{ "address": "office-military-end-huge-name", "address2": "goal-would-history-identify-more", "city": "let-because-service-none-card", "esiId": "92915130", "postCode": "decade-agent-appear-first-despite", "state": "however-they-rock-order-story" }

Response

{ "data": { "addressLookup": [ { "address": "these-assume-ready-capital-improve", "address2": "hope-even-and-create-relationship", "city": "whatever-travel-age-now-course", "esiId": "79910220", "houseNumber": "science-thought-discover-decision-clearly", "isKrakenCustomer": IsKrakenCustomerOutput, "loadZone": "LZ_HOUSTON", "meterType": "AMSM", "postCode": "price-I-executive-character-between", "premiseType": "RESIDENTIAL", "serviceProvider": "AEP_TCC", "state": "watch-remain-involve-western-walk" } ] } }