Customers
Number of APIs: 5
-
List Customers GET {{baseUrl}}/accounting/customers?raw=false&limit=1&filter[company_name]=SpaceX&filter[display_name]=Elon Musk&filter[first_name]=Elon&filter[last_name]=Musk&filter[email]=elon@musk.com&filter[status]=active&filter[updated_since]=2020-09-30T07:43:32.000Z&sort[by]=updated_at&sort[direction]=desc
-
Create Customer POST {{baseUrl}}/accounting/customers?raw=false
-
Get Customer GET {{baseUrl}}/accounting/customers/:id?raw=false
-
Update Customer PATCH {{baseUrl}}/accounting/customers/:id?raw=false
-
Delete Customer DELETE {{baseUrl}}/accounting/customers/:id?raw=false