Difference between revisions of "Express Entry:JSON Response"

From Melissa Data Wiki
Jump to navigation Jump to search
 
(15 intermediate revisions by 2 users not shown)
Line 1: Line 1:
__FORCETOC__
{{ExpressEntryNav
|ExamplesCollapse=
}}
 
{{CustomTOC}}


==ExpressAddress/ExpressFreeForm==
==ExpressAddress/ExpressFreeForm==
<pre>
<pre>
{
{
   “Version”:”String Content”,
   "Version":"string",
   “ResultCode”:”String Content”,
   "ResultCode":"string",
   “ErrorString”:”String Content”,
   "ErrorString":"string",
   “Results”:[{
   "Results":[{
     “Address”:{
     "Address":{
       “AddressLine1”:”String Content”,
       "AddressLine1":"string",
       “City”:”String Content”,
       "City":"string",
       “CityAccepted”:”String Content”,
       "CityAccepted":"string",
       “CityNotAccepted”:”String Content”,
       "CityNotAccepted":"string",
       “State”:”String Content”,
       "State":"string",
       “PostalCode”:”String Content”,
       "PostalCode":"string",
       “AddressKey”:”String Content”,
       "CountrySubdivisionCode","string",
       “SuiteName”:”String Content”,
      "AddressKey":"string",
       “SuiteCount”:Numerical Value,
       "SuiteName":"string",
       “SuiteList”:,“String[] Content”,
       "SuiteCount":string,
       “PlusFour”:,“String[] Content”
       "SuiteList":"string",
      "PlusFour":"string",
       "MAK":"string",
      "BaseMAK":"string"
     }
     }
   }]
   }]
Line 28: Line 35:
<pre>
<pre>
{
{
   “Version”:”String Content”,
   "Version":"string",
   “ResultCode”:”String Content”,
   "ResultCode":"string",
   “ErrorString”:”String Content”,
   "ErrorString":"string",
   “Results”:[{
   "Results":[{
     “Address”:{
     "Address":{
       “AddressLine1”:NULL,
       "AddressLine1":"string",
       “City”:”String Content”,
       "City":"string",
       “State”:”String Content”,
       "CityAccepted":"string",
       “PostalCode”:”String Content”,
       "CityNotAccepted":"string",
       “AddressKey”:NULL,
       "State":"string",
       “SuiteName”:NULL,
       "PostalCode":"string",
       “SuiteCount”:0
       "CountrySubdivisionCode":"string"
      "AddressKey":"string",
      "SuiteName":"string",
      "SuiteCount":string,
      "SuiteList":"string",
      "PlusFour":"string",
      "MAK":"string",
      "BaseMAK":"string"
     }
     }
   }]
   }]
Line 45: Line 59:
</pre>
</pre>


==ExpressPostalCode==
<pre>
{
  "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"
    }
  }]
}
</pre>


==ExpressPostalCode==
==ExpressStreet==
<pre>
<pre>
{
{
   “Version”:”String Content”,
   "Version":"string",
   “ResultCode”:”String Content”,
   "ResultCode":"string",
   “ErrorString”:”String Content”,
   "ErrorString":"string",
   “Results”:[{
   "Results":[{
     “Address”:{
     "Address":{
       “AddressLine1”:NULL,
       "AddressLine1":"string",
       “City”:”String Content”,
       "City":"string",
       “State”:”String Content”,
       "CityAccepted":"string",
       “PostalCode”:”String Content”,
       "CityNotAccepted":"string",
       “AddressKey”:NULL,
       "State":"string",
       “SuiteName”:NULL,
       "PostalCode":"string",
       “SuiteCount”:0
       "CountrySubdivisionCode":"string",
      "AddressKey":"string",
      "SuiteName":"string",
      "SuiteCount":string,
      "SuiteList":"string",
      "PlusFour":"string",
      "MAK":"string",
      "BaseMAK":"string"
     }
     }
   }]
   }]
Line 67: Line 114:




[[Category:Web Services]]
[[Category:Cloud Services]]
[[Category:Express Entry]]
[[Category:Express Entry]]
[[Category:Reference]]

Latest revision as of 17:25, 28 March 2018

← 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"
    }
  }]
}