<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://www.acuinvoice.com/help/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://www.acuinvoice.com/help/feed.php">
        <title>AcuInvoice User Manual</title>
        <description></description>
        <link>http://www.acuinvoice.com/help/</link>
        <image rdf:resource="http://www.acuinvoice.com/help/lib/images/favicon.ico" />
       <dc:date>2008-12-01T19:50:21-05:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://www.acuinvoice.com/help/acuinvoice_api:payment_gateways?rev=1211877551&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.acuinvoice.com/help/acuinvoice_api:invoices?rev=1211535738&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.acuinvoice.com/help/acuinvoice_api:contacts?rev=1211533978&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.acuinvoice.com/help/faq?rev=1206553800&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.acuinvoice.com/help/start?rev=1206196974&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://www.acuinvoice.com/help/lib/images/favicon.ico">
        <title>AcuInvoice User Manual</title>
        <link>http://www.acuinvoice.com/help/</link>
        <url>http://www.acuinvoice.com/help/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://www.acuinvoice.com/help/acuinvoice_api:payment_gateways?rev=1211877551&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-05-27T04:39:11-05:00</dc:date>
        <dc:creator>Sidney VanNess</dc:creator>
        <title>acuinvoice_api:payment_gateways - created</title>
        <link>http://www.acuinvoice.com/help/acuinvoice_api:payment_gateways?rev=1211877551&amp;do=diff</link>
        <description>gateways.list: List active payment gateways for this account. 

Request


&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;request method=&quot;gateways.list&quot;&gt;
&lt;/request&gt;


Response


&lt;response status=&quot;ok&quot;&gt;
  &lt;payment_gateways&gt;
    &lt;payment_gateway&gt;
      &lt;code &gt;paypal&lt;/code &gt;
      &lt;name&gt;PayPal&lt;/name&gt;
    &lt;/payment_gateway&gt;
    &lt;payment_gateway&gt;
      &lt;code &gt;2checkout&lt;/code &gt;
      &lt;name&gt;2Checkout&lt;/name&gt;
    &lt;/payment_gateway&gt;
    &lt;payment_gateway&gt;
      &lt;code &gt;amazon&lt;/code &gt;
      &lt;name&gt;Amazon.com&lt;/name&gt;
  …</description>
    </item>
    <item rdf:about="http://www.acuinvoice.com/help/acuinvoice_api:invoices?rev=1211535738&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-05-23T05:42:18-05:00</dc:date>
        <dc:creator>Sidney VanNess</dc:creator>
        <title>acuinvoice_api:invoices</title>
        <link>http://www.acuinvoice.com/help/acuinvoice_api:invoices?rev=1211535738&amp;do=diff</link>
        <description>invoice.create  Create a new invoice complete with line items.  If successful, returns the invoice_id of the newly created invoice.

Request


&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;request method=&quot;invoice.create&quot;&gt;
	&lt;invoice&gt;	
		&lt;invoice_number&gt;1001&lt;/invoice_number&gt;	//If not present, the next invoice number is used
		&lt;invoice_date&gt;2007-09-28&lt;/invoice_date&gt;	//mandatory
		&lt;po_number&gt;12345&lt;/po_number&gt;
		&lt;client_id&gt;1&lt;/client_id&gt;		//mandatory
		&lt;currency&gt;USD&lt;/currency&gt;		//mandatory
		&lt;tax&gt;8.75%&lt;/tax…</description>
    </item>
    <item rdf:about="http://www.acuinvoice.com/help/acuinvoice_api:contacts?rev=1211533978&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-05-23T05:12:58-05:00</dc:date>
        <dc:creator>Sidney VanNess</dc:creator>
        <title>acuinvoice_api:contacts</title>
        <link>http://www.acuinvoice.com/help/acuinvoice_api:contacts?rev=1211533978&amp;do=diff</link>
        <description>Api contacts



 contact.create

Create a new contact and return the corresponding contact_id.

Request:

&lt;?xml version=“1.0” encoding=“UTF-8”?&gt;

&lt;request method=“contact.create”&gt; 
&lt;contact&gt;	&lt;client_id&gt;1&lt;/client_id&gt;										//mandatory	&lt;first_name&gt;Jane&lt;/first_name&gt;								//mandatory	&lt;last_name&gt;Doe&lt;/last_name&gt;									//mandatory	&lt;email&gt;janedoe@janedoe.com&lt;/email&gt;					//mandatory	&lt;phone&gt;(123) 456-7890&lt;/phone&gt;	&lt;mobile_phone&gt;(123) 456-7890&lt;/mobile_phone&gt;&lt;/contact&gt;	
 &lt;/request&gt;</description>
    </item>
    <item rdf:about="http://www.acuinvoice.com/help/faq?rev=1206553800&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-03-26T13:50:00-05:00</dc:date>
        <dc:creator>Sidney VanNess</dc:creator>
        <title>faq</title>
        <link>http://www.acuinvoice.com/help/faq?rev=1206553800&amp;do=diff</link>
        <description>*  Q:  Why is the “Company” field mandatory?  A: This field is mandatory due to the fact that AcuInvoice supports multiple contacts per company. If you had a client company that had four contacts, it would be impossible for the system to know which contact to use in the template. Therefore, the best work-around for this is to enter the individual's name in the Company field, in addition to entering them as a contact person. This will make the person's name appear on the invoice as the recipi…</description>
    </item>
    <item rdf:about="http://www.acuinvoice.com/help/start?rev=1206196974&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-03-22T10:42:54-05:00</dc:date>
        <dc:creator>Sidney VanNess</dc:creator>
        <title>start</title>
        <link>http://www.acuinvoice.com/help/start?rev=1206196974&amp;do=diff</link>
        <description>How To Use This Guide

This user manual is structured much like the AcuInvoice account dashboard: each main section represents one of the four general areas of your account.  Additionally, there is a category regarding the AcuInvoice API for developers.  Each main area contains subsections directed at more specific areas as well as common tasks within the AcuInvoice system.  Try our search feature to locate a particular section.  Can't find something?  Submit a ticket from within your AcuInvoice…</description>
    </item>
</rdf:RDF>
