Add an address to a Customer.
Maximum addresses per customer: 50
Parameters
required | name | format | description |
---|---|---|---|
address | Text, Max Length 128 | Address | |
city | Text, Max Length 32 | City | |
state | Text, Max Length 32 | State | |
country | Text, Max Length 32 | Country | |
zip | Text, Max Length 12 | Zip Code |
Example Response
{ "addressId": 875, "uri": "https://api.payjunction.com/customers/906/addresses/875", "address": "Piazza di Spagna 26", "city": "Roma", "state": "Provincia di Roma", "country": "Italy", "zip": "00187", "created": "2013-11-19T03:29:01Z", "lastModified": "2013-11-19T03:29:01Z" }