Vendors

Number of APIs: 5

  1. Search vendors GET {{akaunting_url}}/contacts?search=type:customer name:Customer01&page={{akaunting_page}}&limit={{akaunting_limit}}

  2. Create vendor POST {{akaunting_url}}/contacts?search=type:vendor&name=Vendor&email=vendor@mail.com&tax_number=67890&currency_code=USD&phone=567890&website=google.com&address=Address&enabled=1&reference=567890

  3. Get vendor GET {{akaunting_url}}/contacts/{{akaunting_contact_id}}?search=type:vendor

  4. Update vendor PUT {{akaunting_url}}/contacts/{{akaunting_contact_id}}?search=type:vendor&name=Vendor&email=vendor@mail.com&tax_number=111111&currency_code=USD&phone=67890&website=google.com&address=Address&enabled=1&reference=67890

  5. Delete vendor DELETE {{akaunting_url}}/contacts/{{akaunting_contact_id}}?search=type:vendor