Update a Customer Address.
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 |
Example Response
{
"addressId": 875,
"uri": "https://api.payjunctionlabs.com/customers/906/addresses/875",
"address": "Piazza di Spagna 26",
"city": "Roma",
"state": "Provincia di Roma",
"country": "Italy",
"zip": "00178",
"created": "2013-11-19T03:29:01Z",
"lastModified": "2013-11-19T03:36:50Z"
}