3
我試圖使用InvoiceAdd添加發票。我們正在運行企業解決方案:零售13.0。當我發佈以下請求時,出現錯誤「此功能在此版本的QuickBooks中未啓用或不可用」。InvoiceAdd:此功能在此版本的QuickBooks中未啓用或不可用
<?xml version="1.0" encoding="utf-8"?>
<?qbxml version="12.0"?>
<QBXML>
<QBXMLMsgsRq onError="continueOnError">
<InvoiceAddRq>
<InvoiceAdd>
<CustomerRef>
<ListID>8000005A-1513350705</ListID>
</CustomerRef>
<TxnDate>2013-08-09</TxnDate>
<RefNumber>1003</RefNumber>
<BillAddress>
<Addr1>123 Blah Road</Addr1>
<Addr2>address2</Addr2>
<City>Somewhere</City>
<State>WV</State>
<PostalCode>55555</PostalCode>
<Country>US</Country>
<Note>
</Note>
</BillAddress>
<ShipAddress>
<Addr1>123 Blah Road</Addr1>
<Addr2>address2</Addr2>
<City>Somewhere</City>
<State>WV</State>
<PostalCode>55555</PostalCode>
<Country>US</Country>
<Note>
</Note>
</ShipAddress>
<DueDate>2013-08-09</DueDate>
<FOB>
</FOB>
<ShipMethodRef>
<FullName>US Mail</FullName>
</ShipMethodRef>
<Memo>
</Memo>
<Other>123065</Other>
<InvoiceLineAdd>
<ItemRef>
<FullName>11200</FullName>
</ItemRef>
<Desc>11200</Desc>
<Quantity>1</Quantity>
<UnitOfMeasure>ea</UnitOfMeasure>
<Rate>10.00000</Rate>
</InvoiceLineAdd>
</InvoiceAdd>
</InvoiceAddRq>
</QBXMLMsgsRq>
該項目與客戶以及銷售訂單對應的銷售訂單一樣存在。讓我知道你是否需要任何信息。
這是度量單位。謝謝。 –
另外,感謝優秀的Quickbooks同步庫;) –