Type | Namespace | XML Schema |
---|---|---|
address | http://api.crunch.co.uk/rest | api.xsd |
Represents an address element
<?xml version="1.0" encoding="UTF-8"?> <address xmlns="http://api.crunch.co.uk/rest"> <line1>...</line1> <line2>...</line2> <line3>...</line3> <line4>...</line4> <postcode>...</postcode> <country>...</country> </address>
{ "line1" : "...", "line2" : "...", "line3" : "...", "line4" : "...", "postcode" : "...", "country" : "..." }