addressLookupUsingEsSearch
Get address mapping by providing a search term.
Arguments
Returns
[AddressTdspMappingOutputType]Possible Errors
Allowed Viewers
Required Permissions
(No)Query Complexity
1Examples
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 AddressLookupUsingEsSearch($search: String!) {
addressLookupUsingEsSearch(search: $search) {
address
address2
city
esiId
houseNumber
isKrakenCustomer {
...IsKrakenCustomerOutputFragment
}
loadZone
meterType
postCode
premiseType
serviceProvider
state
}
}
Variables
{
"search": "early-hospital-already-employee-rise"
}
Response
{
"data": {
"addressLookupUsingEsSearch": [
{
"address": "material-main-include-benefit-article",
"address2": "gas-happen-within-enough-investment",
"city": "him-within-seem-practice-hard",
"esiId": "85468630",
"houseNumber": "stuff-example-throughout-upon-dark",
"isKrakenCustomer": IsKrakenCustomerOutput,
"loadZone": "LZ_HOUSTON",
"meterType": "AMSM",
"postCode": "his-significant-hard-this-gun",
"premiseType": "RESIDENTIAL",
"serviceProvider": "AEP_TCC",
"state": "nation-campaign-season-city-professor"
}
]
}
}