Difference between revisions of "Express Entry:JSON Response"

From Melissa Data Wiki
Jump to navigation Jump to search
Line 41: Line 41:
       “AddressLine1”:NULL,
       “AddressLine1”:NULL,
       “City”:”String Content”,
       “City”:”String Content”,
       “CityAccepted”:””,
       “CityAccepted”:”String Content”,
       “CityNotAccepted”:””,
       “CityNotAccepted”:”String Content”,
       “State”:”String Content”,
       “State”:”String Content”,
       “PostalCode”:”String Content”,
       “PostalCode”:”String Content”,
Line 54: Line 54:
}
}
</pre>
</pre>


==ExpressPostalCode==
==ExpressPostalCode==

Revision as of 22:18, 19 February 2015

← Express Entry Reference

← 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”,
      “AddressKey”:”String Content”,
      “SuiteName”:”String Content”,
      “SuiteCount”:Numerical Value,
      “SuiteList”:”String[] Content”,
      “PlusFour”:”String[] Content”
    }
  }]
}

ExpressCityState

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

ExpressPostalCode

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


ExpressStreet

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