Express Entry:JSON Response: Difference between revisions
Jump to navigation
Jump to search
Created page with "__FORCETOC__ ==CompleteAddress== <pre> { “Version”:”String Content”, “ResultCode”:”String Content”, “ErrorString”:”String Content”, “Results..." |
No edit summary |
||
Line 1: | Line 1: | ||
__FORCETOC__ | __FORCETOC__ | ||
== | ==ExpressAddress/ExpressFreeForm== | ||
<pre> | <pre> | ||
{ | { | ||
Line 12: | Line 12: | ||
“City”:”String Content”, | “City”:”String Content”, | ||
“State”:”String Content”, | “State”:”String Content”, | ||
“AddressKey”:”String Content”, | |||
“PostalCode”:”String Content”, | “PostalCode”:”String Content”, | ||
“SuiteName”:”String Content”, | “SuiteName”:”String Content”, | ||
“SuiteCount”:Numerical Value | “SuiteCount”:Numerical Value | ||
} | } | ||
Line 22: | Line 22: | ||
== | ==ExpressCityState== | ||
<pre> | <pre> | ||
{ | { | ||
Line 30: | Line 30: | ||
“Results”:[{ | “Results”:[{ | ||
“Address”:{ | “Address”:{ | ||
“AddressLine1”: | “AddressLine1”:NULL, | ||
“City”:”String Content”, | “City”:”String Content”, | ||
“State”:”String Content”, | “State”:”String Content”, | ||
“PostalCode”:”String Content”, | “PostalCode”:”String Content”, | ||
“AddressKey”:NULL, | |||
“SuiteName”:NULL, | |||
“SuiteCount”: | “SuiteCount”:0 | ||
} | } | ||
}] | }] | ||
Line 43: | Line 43: | ||
== | ==ExpressPostalCode== | ||
<pre> | <pre> | ||
{ | { | ||
Line 51: | Line 51: | ||
“Results”:[{ | “Results”:[{ | ||
“Address”:{ | “Address”:{ | ||
“AddressLine1”: | “AddressLine1”:NULL, | ||
“City”:”String Content”, | “City”:”String Content”, | ||
“State”:”String Content”, | “State”:”String Content”, | ||
“PostalCode”:”String Content”, | “PostalCode”:”String Content”, | ||
“AddressKey”:NULL, | |||
“SuiteName”:NULL, | |||
“SuiteCount”: | “SuiteCount”:0 | ||
} | } | ||
}] | }] |
Revision as of 22:53, 6 December 2013
ExpressAddress/ExpressFreeForm
{ “Version”:”String Content”, “ResultCode”:”String Content”, “ErrorString”:”String Content”, “Results”:[{ “Address”:{ “AddressLine1”:”String Content”, “City”:”String Content”, “State”:”String Content”, “AddressKey”:”String Content”, “PostalCode”:”String Content”, “SuiteName”:”String Content”, “SuiteCount”:Numerical Value } }] }
ExpressCityState
{ “Version”:”String Content”, “ResultCode”:”String Content”, “ErrorString”:”String Content”, “Results”:[{ “Address”:{ “AddressLine1”:NULL, “City”:”String Content”, “State”:”String Content”, “PostalCode”:”String Content”, “AddressKey”:NULL, “SuiteName”:NULL, “SuiteCount”:0 } }] }
ExpressPostalCode
{ “Version”:”String Content”, “ResultCode”:”String Content”, “ErrorString”:”String Content”, “Results”:[{ “Address”:{ “AddressLine1”:NULL, “City”:”String Content”, “State”:”String Content”, “PostalCode”:”String Content”, “AddressKey”:NULL, “SuiteName”:NULL, “SuiteCount”:0 } }] }