Express Entry:JSON Response

From Melissa Data Wiki
Revision as of 17:25, 28 March 2018 by Admin (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

← 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",
  "ResultCode":"string",
  "ErrorString":"string",
  "Results":[{
    "Address":{
      "AddressLine1":"string",
      "City":"string",
      "CityAccepted":"string",
      "CityNotAccepted":"string",
      "State":"string",
      "PostalCode":"string",
      "CountrySubdivisionCode","string",
      "AddressKey":"string",
      "SuiteName":"string",
      "SuiteCount":string,
      "SuiteList":"string",
      "PlusFour":"string",
      "MAK":"string",
      "BaseMAK":"string"
    }
  }]
}

ExpressCityState

{
  "Version":"string",
  "ResultCode":"string",
  "ErrorString":"string",
  "Results":[{
    "Address":{
      "AddressLine1":"string",
      "City":"string",
      "CityAccepted":"string",
      "CityNotAccepted":"string",
      "State":"string",
      "PostalCode":"string",
      "CountrySubdivisionCode":"string"
      "AddressKey":"string",
      "SuiteName":"string",
      "SuiteCount":string,
      "SuiteList":"string",
      "PlusFour":"string",
      "MAK":"string",
      "BaseMAK":"string"
    }
  }]
}

ExpressPostalCode

{
  "Version":"string",
  "ResultCode":"string",
  "ErrorString":"string",
  "Results":[{
    "Address":{
      "AddressLine1":"string",
      "City":"string",
      "CityAccepted":"string",
      "CityNotAccepted":"string",
      "State":"string",
      "PostalCode":"string",
      "CountrySubdivisionCode":"string",
      "AddressKey":"string",
      "SuiteName":"string",
      "SuiteCount":string,
      "SuiteList":"string",
      "PlusFour":"string",
      "MAK":"string",
      "BaseMAK":"string"
    }
  }]
}

ExpressStreet

{
  "Version":"string",
  "ResultCode":"string",
  "ErrorString":"string",
  "Results":[{
    "Address":{
      "AddressLine1":"string",
      "City":"string",
      "CityAccepted":"string",
      "CityNotAccepted":"string",
      "State":"string",
      "PostalCode":"string",
      "CountrySubdivisionCode":"string",
      "AddressKey":"string",
      "SuiteName":"string",
      "SuiteCount":string,
      "SuiteList":"string",
      "PlusFour":"string",
      "MAK":"string",
      "BaseMAK":"string"
    }
  }]
}