Vendors
Number of APIs: 5
-
Search vendors GET {{akaunting_url}}/contacts?search=type:customer name:Customer01&page={{akaunting_page}}&limit={{akaunting_limit}}
-
Create vendor POST {{akaunting_url}}/contacts?search=type:vendor&name=Vendor&email=vendor@mail.com&tax_number=67890¤cy_code=USD&phone=567890&website=google.com&address=Address&enabled=1&reference=567890
-
Get vendor GET {{akaunting_url}}/contacts/{{akaunting_contact_id}}?search=type:vendor
-
Update vendor PUT {{akaunting_url}}/contacts/{{akaunting_contact_id}}?search=type:vendor&name=Vendor&email=vendor@mail.com&tax_number=111111¤cy_code=USD&phone=67890&website=google.com&address=Address&enabled=1&reference=67890
-
Delete vendor DELETE {{akaunting_url}}/contacts/{{akaunting_contact_id}}?search=type:vendor