Difference between revisions of "Express Entry:JSON Response"

From Melissa Data Wiki
Jump to navigation Jump to search
Line 19: Line 19:
       “State”:”String Content”,
       “State”:”String Content”,
       “PostalCode”:”String Content”,
       “PostalCode”:”String Content”,
       “CountrySubdivisionCode ”,”String Content”,
       “CountrySubdivisionCode”,”String Content”,
       “AddressKey”:”String Content”,
       “AddressKey”:”String Content”,
       “SuiteName”:”String Content”,
       “SuiteName”:”String Content”,
       “SuiteCount”:Numerical Value,
       “SuiteCount”:Numerical Value,
       “SuiteList”:”String[] Content”,
       “SuiteList”:”String[] Content”,
       “PlusFour”:”String[] Content”
       “PlusFour”:”String[] Content”,
      “MAK”:”String Content”,
      “BaseMAK”:”String Content”
     }
     }
   }]
   }]
Line 38: Line 40:
   “Results”:[{
   “Results”:[{
     “Address”:{
     “Address”:{
       “AddressLine1”:NULL,
       “AddressLine1”:””,
       “City”:”String Content”,
       “City”:”String Content”,
       “CityAccepted”:”String Content”,
       “CityAccepted”:”String Content”,
Line 45: Line 47:
       “PostalCode”:”String Content”,
       “PostalCode”:”String Content”,
       “CountrySubdivisionCode ”:”String Content”
       “CountrySubdivisionCode ”:”String Content”
       “AddressKey”:NULL,
       “AddressKey”:””,
       “SuiteName”:NULL,
       “SuiteName”:””,
       “SuiteCount”:0,
       “SuiteCount”:0,
       “SuiteList”:NULL,
       “SuiteList”:[“”],
       “PlusFour”:NULL
       “PlusFour”:[“”],
      “MAK”: “”,
      “BaseMAK”: “”
     }
     }
   }]
   }]
Line 63: Line 67:
   “Results”:[{
   “Results”:[{
     “Address”:{
     “Address”:{
       “AddressLine1”:NULL,
       “AddressLine1”:””,
       “City”:”String Content”,
       “City”:”String Content”,
       “CityAccepted”:”String Content”,
       “CityAccepted”:”String Content”,
Line 70: Line 74:
       “PostalCode”:”String Content”,
       “PostalCode”:”String Content”,
       “CountrySubdivisionCode ”:”String Content”,
       “CountrySubdivisionCode ”:”String Content”,
       “AddressKey”:NULL,
       “AddressKey”:””,
       “SuiteName”:NULL,
       “SuiteName”:””,
       “SuiteCount”:0,
       “SuiteCount”:0,
       “SuiteList”:NULL,
       “SuiteList”:[“”],
       “PlusFour”:NULL
       “PlusFour”:[“”],
      “MAK”: “”,
      “BaseMAK”: “”
     }
     }
   }]
   }]
Line 89: Line 95:
     “Address”:{
     “Address”:{
       “AddressLine1”:”String Content”,
       “AddressLine1”:”String Content”,
       “City”:NULL,
       “City”:”String Content”,
       “CityAccepted”:””,
       “CityAccepted”:”String Content”,
       “CityNotAccepted”:””,
       “CityNotAccepted”:”String Content”,
       “State”:”CA”,
       “State”:”CA”,
       “PostalCode”:”String Content”,
       “PostalCode”:”String Content”,
       “CountrySubdivisionCode ”:”String Content”,
       “CountrySubdivisionCode”:”String Content”,
       “AddressKey”:NULL,
       “AddressKey”:””,
       “SuiteName”:NULL,
       “SuiteName”:””,
       “SuiteCount”:0,
       “SuiteCount”:0,
       “SuiteList”:null,
       “SuiteList”:[“”],
       “PlusFour”:null
       “PlusFour”:[“”],
      “MAK”: “”,
      “BaseMAK”: “”
     }
     }
   }]
   }]

Revision as of 21:47, 27 October 2016

← Global Express Entry

Express Entry Navigation
Introduction
Global Getting Started
Endpoints
ExpressAddress
ExpressCityState
ExpressFreeForm
ExpressPostalCode
ExpressStreet
GlobalExpressAddress
GlobalExpressCountry
GlobalExpressLocalityAdministrativeArea
GlobalExpressFreeForm
  ↳  Filtering Responses
GlobalExpressPostalCode
GlobalExpressThoroughfare
Examples
XML Response
JSON Response
Global XML Response
Global JSON Response
Token Server
Result Codes
Result Code Use
Express Entry Result Codes
Sample Code



ExpressAddress/ExpressFreeForm

{
  “Version”:”String Content”,
  “ResultCode”:”String Content”,
  “ErrorString”:”String Content”,
  “Results”:[{
    “Address”:{
      “AddressLine1”:”String Content”,
      “City”:”String Content”,
      “CityAccepted”:”String Content”,
      “CityNotAccepted”:”String Content”,
      “State”:”String Content”,
      “PostalCode”:”String Content”,
      “CountrySubdivisionCode”,”String Content”,
      “AddressKey”:”String Content”,
      “SuiteName”:”String Content”,
      “SuiteCount”:Numerical Value,
      “SuiteList”:”String[] Content”,
      “PlusFour”:”String[] Content”,
      “MAK”:”String Content”,
      “BaseMAK”:”String Content”
    }
  }]
}

ExpressCityState

{
  “Version”:”String Content”,
  “ResultCode”:”String Content”,
  “ErrorString”:”String Content”,
  “Results”:[{
    “Address”:{
      “AddressLine1”:””,
      “City”:”String Content”,
      “CityAccepted”:”String Content”,
      “CityNotAccepted”:”String Content”,
      “State”:”String Content”,
      “PostalCode”:”String Content”,
      “CountrySubdivisionCode ”:”String Content”
      “AddressKey”:””,
      “SuiteName”:””,
      “SuiteCount”:0,
      “SuiteList”:[“”],
      “PlusFour”:[“”],
      “MAK”: “”,
      “BaseMAK”: “”
    }
  }]
}

ExpressPostalCode

{
  “Version”:”String Content”,
  “ResultCode”:”String Content”,
  “ErrorString”:”String Content”,
  “Results”:[{
    “Address”:{
      “AddressLine1”:””,
      “City”:”String Content”,
      “CityAccepted”:”String Content”,
      “CityNotAccepted”:”String Content”,
      “State”:”String Content”,
      “PostalCode”:”String Content”,
      “CountrySubdivisionCode ”:”String Content”,
      “AddressKey”:””,
      “SuiteName”:””,
      “SuiteCount”:0,
      “SuiteList”:[“”],
      “PlusFour”:[“”],
      “MAK”: “”,
      “BaseMAK”: “”
    }
  }]
}

ExpressStreet

{
  “Version”:”String Content”,
  “ResultCode”:”String Content”,
  “ErrorString”:”String Content”,
  “Results”:[{
    “Address”:{
      “AddressLine1”:”String Content”,
      “City”:”String Content”,
      “CityAccepted”:”String Content”,
      “CityNotAccepted”:”String Content”,
      “State”:”CA”,
      “PostalCode”:”String Content”,
      “CountrySubdivisionCode”:”String Content”,
      “AddressKey”:””,
      “SuiteName”:””,
      “SuiteCount”:0,
      “SuiteList”:[“”],
      “PlusFour”:[“”],
      “MAK”: “”,
      “BaseMAK”: “”
    }
  }]
}