Difference between revisions of "Express Entry:JSON Response"

From Melissa Data Wiki
Jump to navigation Jump to search
 
(12 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[Express Entry:Reference|← Express Entry Reference]]
{{ExpressEntryNav
{{ExpressEntryNav
|ResponseCollapse=
|ExamplesCollapse=
}}
}}


Line 10: Line 8:
<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",
       “AddressKey”:”String Content”,
       "PostalCode":"string",
       “PostalCode”:”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"
     }
     }
   }]
   }]
}
}
</pre>
</pre>


==ExpressCityState==
==ExpressCityState==
<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",
       “CityAccepted”:””,
       "CityAccepted":"string",
       “CityNotAccepted”:””,
       "CityNotAccepted":"string",
       “State”:”String Content”,
       "State":"string",
       “PostalCode”:”String Content”,
       "PostalCode":"string",
       “AddressKey”:NULL,
       "CountrySubdivisionCode":"string"
       “SuiteName”:NULL,
      "AddressKey":"string",
       “SuiteCount”:0,
      "SuiteName":"string",
       “SuiteList”:NULL,
      "SuiteCount":string,
       “PlusFour”:NULL
       "SuiteList":"string",
       "PlusFour":"string",
       "MAK":"string",
       "BaseMAK":"string"
     }
     }
   }]
   }]
}
}
</pre>
</pre>


==ExpressPostalCode==
==ExpressPostalCode==
<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",
       “CityAccepted”:””,
       "CityAccepted":"string",
       “CityNotAccepted”:””,
       "CityNotAccepted":"string",
       “State”:”String Content”,
       "State":"string",
       “PostalCode”:”String Content”,
       "PostalCode":"string",
       “AddressKey”:NULL,
       "CountrySubdivisionCode":"string",
       “SuiteName”:NULL,
       "AddressKey":"string",
       “SuiteCount”:0,
       "SuiteName":"string",
       “SuiteList”:NULL,
       "SuiteCount":string,
       “PlusFour”:NULL
       "SuiteList":"string",
      "PlusFour":"string",
      "MAK":"string",
      "BaseMAK":"string"
     }
     }
   }]
   }]
}
}
</pre>
</pre>


==ExpressStreet==
==ExpressStreet==
<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”:NULL,
       "City":"string",
       “CityAccepted”:””,
       "CityAccepted":"string",
       “CityNotAccepted”:””,
       "CityNotAccepted":"string",
       “State”:”CA”,
       "State":"string",
       “PostalCode”:”String Content”,
       "PostalCode":"string",
       “AddressKey”:NULL,
       "CountrySubdivisionCode":"string",
       “SuiteName”:NULL,
       "AddressKey":"string",
       “SuiteCount”:0,
       "SuiteName":"string",
       “SuiteList”:null,
       "SuiteCount":string,
       “PlusFour”:null
       "SuiteList":"string",
      "PlusFour":"string",
      "MAK":"string",
      "BaseMAK":"string"
     }
     }
   }]
   }]
Line 107: Line 114:




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

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