Skip to content

Instantly share code, notes, and snippets.

@jim-oflaherty-jr-qalocate-com
Created August 2, 2021 20:16
Show Gist options
  • Save jim-oflaherty-jr-qalocate-com/34ee6ed693c302129d2764998f0a9329 to your computer and use it in GitHub Desktop.
Save jim-oflaherty-jr-qalocate-com/34ee6ed693c302129d2764998f0a9329 to your computer and use it in GitHub Desktop.
QA Locate Geocoder SaaS Response as JSON...
{
"status" : {
"code" : "Success",
"interactionId" : "6135dce8-cfa7-11eb-8025-02e94597b2dc"
},
"detail" : {
"structureLocatorValue" : {
"implicit" : "SM0V4TGE2BP9.TVKKDGBYA5",
"explicit" : "SM0V4TGE2BP9[ULM].TVKKDGBYA5",
"hasLuils" : {
"gsil" : true,
"ssil" : true
},
"examplePcilsWithLuil" : [
]
},
"streetAddress" : {
"singleLine" : "USA|75039|3988|Tx|Irving||Lake Carolyn Pkwy|716|Apt|331",
"country" : "USA",
"postalCode" : {
"primary" : "75039",
"secondary" : "3988"
},
"namedArea" : {
"stateProvinceRegionCode2" : "Tx",
"city" : "Irving"
},
"street" : {
"primary" : "Lake Carolyn Pkwy",
"number" : "716",
"streetSecondary" : {
"designator" : "Apt",
"value" : "331"
}
}
},
"geohashes" : [
{
"kind" : "GSIL",
"value" : "9vg4fq9qv887e",
"centerCoordinate" : {
"longitude" : -96.93041991675273,
"latitude" : 32.86401600809768
},
"accuracy" : "CENTROID"
}
],
"validSsilLuils" : [
{
"ssil" : "ULM",
"luil" : "BNTN72DJLE"
},
{
"ssil" : "ULM",
"luil" : "NLARC2UNHP"
},
{
"ssil" : "ULM",
"luil" : "RT6V9VADT6"
},
{
"ssil" : "ULM",
"luil" : "TVKKDGBYA5"
}
]
},
"inputDelta" : {
"grade" : {
"letter" : "C+",
"number" : 79,
"causes" : [
{
"cause" : "SINGLE_LINE - representation was not COMPONENTIZED",
"deficit" : 20
},
{
"cause" : "POSTAL_CODE_SECONDARY - representation was empty which is not (case insensitive) equal to termAdjustedUsaProfilePartialClarityExplicit [3988]",
"deficit" : 1,
"type" : "missing"
}
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment