문제

I am integrating QuickBooks Online With java . The i want to modify Invoices, Customers and Itemservices. I have successfully done with Itemservices and Customers but when i do it for Invoices i get an error : statusCode="1030" statusMessage="Not supported"

Please Help.

도움이 되었습니까?

해결책

If you refer to the QuickBooks OSR (make sure you uncheck US, and check OE), or searched Google for an answer regarding QuickBooks Online InvoiceMod, you'd find that this operation is, in fact, "Not supported".

See:

Note that if you're building a SaaS application (software as a service), then you SHOULD NOT be using the qbXML interface. Instead, you should be using the Intuit Partner Platform, which doesn't have this limitation.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top