Divendo API 2.0

We’ve rebuilt our API from the ground up to be easier than ever to integrate our platform with your favourite software

Address

addressline1 Type:String Read only:False The primary address line
addressline2 Type:String Read only:False Additional address line
addressline3 Type:String Read only:False Additional address line
towncity Type:String Read only:False Town, city or locality
stateprovince Type:String Read only:False State or province
postalcode Type:String Read only:False Postal or Zip code
country * Type:String Read only:False The iso country code of this address

Example

{
  "addressline1": "20-22 Wenlock Road",
  "addressline2": "",
  "addressline3": "",
  "towncity": "London",
  "stateprovince": "London",
  "postalcode": "N1 7GU",
  "country": "GB"
}