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

Supplier

id Type:String Read only:True Unique record identifier
name * Type:String Read only:False The name of the supplier
accountnumber Type:String Read only:False The account number of the supplier
logo Type:String Read only:False Url reflecting a logo image for the supplier
contact * Type:Supplier Contact Read only:False Contact person

Example

{
  "id": "5aba8b1b9b04b5226c7f3417",
  "name": "Divendo",
  "accountnumber": null,
  "logo": "",
  "contact": {
    "name": {
      "title": "Mr",
      "firstname": "Test",
      "surname": "Person"
    },
    "email": null,
    "address": {
      "addressline1": "20-22 Wenlock Road",
      "addressline2": "",
      "addressline3": "",
      "towncity": "London",
      "stateprovince": "London",
      "postalcode": "N1 7GU",
      "country": "GB"
    },
    "numbers": [
      "+442030869860"
    ]
  }
}