Customers
Number of APIs: 5
-
Get customer GET {{akaunting_url}}/contacts/{{akaunting_contact_id}}?search=type:customer
-
Search customers GET {{akaunting_url}}/contacts?search=type:customer name:'Company Name'&page={{akaunting_page}}&limit={{akaunting_limit}}
-
Create customer POST {{akaunting_url}}/contacts?search=type:customer&name=Customer02&email=email@gamix.co.nz&tax_number=5235667¤cy_code=NZD&phone=567890&website=&address=20 Here Street&enabled=1&reference=84890&type=customer&city=Auckland&post_code=2016&country=New Zealand
-
Update customer PUT {{akaunting_url}}/contacts/{{akaunting_contact_id}}?search=type:customer&name=Customer&email=customer@mail.com&tax_number=111111¤cy_code=USD&phone=67890&website=google.com&address=Address&enabled=1&reference=67890
-
Delete customer DELETE {{akaunting_url}}/contacts/{{akaunting_contact_id}}?search=type:customer