Customers

Number of APIs: 5

  1. Get customer GET {{akaunting_url}}/contacts/{{akaunting_contact_id}}?search=type:customer

  2. Search customers GET {{akaunting_url}}/contacts?search=type:customer name:'Company Name'&page={{akaunting_page}}&limit={{akaunting_limit}}

  3. Create customer POST {{akaunting_url}}/contacts?search=type:customer&name=Customer02&email=email@gamix.co.nz&tax_number=5235667&currency_code=NZD&phone=567890&website=&address=20 Here Street&enabled=1&reference=84890&type=customer&city=Auckland&post_code=2016&country=New Zealand

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

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