Jump to content

Recommended Posts

Posted

We can upload mass contacts via the contact import template.

How do we use the API to add an already existing contact to the Contact List on the vendor record. 

This is what I thought it would be but its not working and not returning an error.

       <update>

                    <VENDOR>
                        <VENDORID>10003</VENDORID>
                        <contactlist>
                            <contactitem>
                            <category>1099</category>
                            <contactname>ContactName</contactname>
                            </contactitem>
                            </contactlist>
                        </VENDOR>
                 
Once it is on the Contact List I would perform this call to associate it as a default 1099 contact.
 
     <VENDOR>
                        <VENDORID>10002</VENDORID>
                        <contactto1099>
                            <CONTACTNAME>ContactName</CONTACTNAME>
                            </contactto1099>
                        </VENDOR>
 
Just trying to get it into the list first.  What am I missing?
 
 
×
×
  • Create New...