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

Order Contact

name * Type:Name Read only:False The name of the contact
company * Type:String Read only:False Email address of contact
address * Type:Address Read only:False Postal address of the contact

Example

{
  "name": {
    "title": "Mr",
    "firstname": "Test",
    "surname": "Customer"
  },
  "company": "Divendo Limited",
  "address": {
    "addressline1": "20-22 Wenlock Road",
    "addressline2": "",
    "addressline3": "",
    "towncity": "London",
    "stateprovince": "London",
    "postalcode": "N1 7GU",
    "country": "GB"
  }
}