How could I capture Sale Rep in below payload?
RAH/v2?
{"CountryVersion":"2019.R2.AU","FileName":"","Operation":"<?xml version=\"1.0\"?><?qbxml version=\"6.1\"?><QBXML><QBXMLMsgsRq onError=\"continueOnError\"><InvoiceAddRq requestID='169'><InvoiceAdd><CustomerRef><ListID>8000002F-1467243717</ListID></CustomerRef><TxnDate>2020-11-09</TxnDate><RefNumber>169</RefNumber><PONumber></PONumber><Other></Other ><InvoiceLineAdd><ItemRef><ListID>80000304-1467243715</ListID></ItemRef><Desc>Bacon 2.0 kg R/Less Diced</Desc><Quantity>1.00</Quantity><Rate>19.30</Rate><SalesTaxCodeRef><FullName>CAG</FullName></SalesTaxCodeRef></InvoiceLineAdd></InvoiceAdd></InvoiceAddRq></QBXMLMsgsRq></QBXML>",}
Country version is now 2020.R2.AU
To add Sales Rep, add <SalesRepRef><FullName> (or <ListID>) </SalesRepRef> right after your <PONumber> tag (before the Other tag)
@PhuongDo Thanks for your response. Where I can get the API documents, or Link plz?
They are all mentioned in Reckon API support doc. But for this specific purpose, you can have a look at this link: https://static.developer.intuit.com/qbSDK-current/common/newosr/index.html
Make sure to change the Max SDK version to 6.0 and tick Allow CA & UK if you want to see supported fields for Reckon Desktop.