Express Entry:JSON Response

From Melissa Data Wiki
Revision as of 16:13, 14 March 2018 by Admin (talk | contribs)
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 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”: “”
    }
  }]
}