Customers

Number of APIs: 5

  1. 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

  2. Create Customer POST {{baseUrl}}/accounting/customers?raw=false

  3. Get Customer GET {{baseUrl}}/accounting/customers/:id?raw=false

  4. Update Customer PATCH {{baseUrl}}/accounting/customers/:id?raw=false

  5. Delete Customer DELETE {{baseUrl}}/accounting/customers/:id?raw=false