Repeated Customer on every invoice

Discussion in 'Developers Forum' started by neotericuk, Apr 15, 2011.

  1. neotericuk New Member

    Hi,

    I had Integrated kashflow api in PHP and now i want some help?

    How can i stop adding same customer every time when an new invoice entry is created.
    i.e. i do not want to add to same customer every time while adding Invoice.
  2. DuaneJackson Administrator

    a customer is only created when you explicitly ask the API to by using insertCustomer.

    If you dont' want to create a customer, don't make that API call.

    Instead, use the ID number of an existing customer
  3. neotericuk New Member

    Thanks i will do so.
  4. neotericuk New Member

    Now i have a code like that for new customers i have the customer id and will be able to control those but what can i do for other custonmers those are already registered with the kashflow?
    Will you be able to provide any way buy which i can get the customer id for those customers those are already registered?

Share This Page