Express Entry:JSON Response: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
| Line 1: | Line 1: | ||
[[Express Entry:Reference|← Express Entry Reference]] | |||
{{ExpressEntryNav | |||
|ResponseCollapse= | |||
}} | |||
{{CustomTOC}} | |||
==ExpressAddress/ExpressFreeForm== | ==ExpressAddress/ExpressFreeForm== | ||
| Line 14: | Line 20: | ||
“CityNotAccepted”:”String Content”, | “CityNotAccepted”:”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, | ||
“SuiteList”: | “SuiteList”:”String[] Content”, | ||
“PlusFour”: | “PlusFour”:”String[] Content” | ||
} | } | ||
}] | }] | ||
} | } | ||
</pre> | </pre> | ||
==ExpressCityState== | ==ExpressCityState== | ||
| Line 35: | Line 42: | ||
“AddressLine1”:NULL, | “AddressLine1”:NULL, | ||
“City”:”String Content”, | “City”:”String Content”, | ||
“CityAccepted”: | “CityAccepted”:””, | ||
“CityNotAccepted”: | “CityNotAccepted”:””, | ||
“State”:”String Content”, | “State”:”String Content”, | ||
“PostalCode”:”String Content”, | “PostalCode”:”String Content”, | ||
| Line 44: | Line 51: | ||
“SuiteList”:NULL, | “SuiteList”:NULL, | ||
“PlusFour”:NULL | “PlusFour”:NULL | ||
} | |||
}] | }] | ||
} | } | ||
</pre> | </pre> | ||
==ExpressPostalCode== | ==ExpressPostalCode== | ||
| Line 59: | Line 67: | ||
“AddressLine1”:NULL, | “AddressLine1”:NULL, | ||
“City”:”String Content”, | “City”:”String Content”, | ||
“CityAccepted”: | “CityAccepted”:””, | ||
“CityNotAccepted”: | “CityNotAccepted”:””, | ||
“State”:”String Content”, | “State”:”String Content”, | ||
“PostalCode”:”String Content”, | “PostalCode”:”String Content”, | ||
| Line 68: | Line 76: | ||
“SuiteList”:NULL, | “SuiteList”:NULL, | ||
“PlusFour”:NULL | “PlusFour”:NULL | ||
} | |||
}] | |||
} | |||
</pre> | |||
==ExpressStreet== | |||
<pre> | |||
{ | |||
“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 | |||
} | } | ||
}] | }] | ||
| Line 76: | Line 109: | ||
[[Category:Web Services]] | [[Category:Web Services]] | ||
[[Category:Express Entry]] | [[Category:Express Entry]] | ||
Revision as of 20:05, 19 February 2015
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”,
“AddressKey”:”String Content”,
“PostalCode”:”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”:””,
“CityNotAccepted”:””,
“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
}
}]
}