{
"FileName":"Q:\Mycompanyfile.QBW",
"Operation":"<?xml version="1.0\""?><?qbxml version=\""6.1\""?><QBXML><QBXMLMsgsRq onError=\""stopOnError\"">
<ItemInventoryAddRq>
<ItemInventoryAdd>
<Name>test name</Name>
<FullName>test code</FullName>
<IsActive>true</IsActive>
<SalesPrice>100</SalesPrice>
<PurchaseCost>200</PurchaseCost>
<QuantityOnHand>300</QuantityOnHand>
<SalesDesc>description</SalesDesc>
</ItemInventoryAdd>
</ItemInventoryAddRq>
</QBXMLMsgsRq>
</QBXML>"",
""UserName"":""username"",
""Password"":""password"",
""CountryVersion"":""2015.R2.AU""
}
When I request this to api it always return to this.
{
""Message"": ""Error connecting to Reckon Accounts. Reckon Accounts found an error when parsing the provided XML text stream.""
}
But when I tried to other endpoints like CustomerAddRq its success.
and also another question. If I only supplied the required field is that okay?
Thanks"