也许有人可以在这里帮助我,我想使用 QBWC 从 Quickbooks 获取所有工资单详细信息,但我收到 0x80040400 错误说QuickBooks found an error when parsing the provided XML text stream.
当我进行其他查询时,它仅适用于此查询,我收到此错误。
这是我发送给 QB 的 XML:
<?qbxml version="7.0"?>
<QBXML>
<QBXMLMsgsRq onError="stopOnError">
<PayrollDetailReportQueryRq>
<PayrollDetailReportType>PayrollTransactionDetail</PayrollDetailReportType>
<DisplayReport>true</DisplayReport>
<ReportDateMacro>All</ReportDateMacro>
<ReportClassFilter>
<FullName>Name</FullName>
</ReportClassFilter>
<ReportModifiedDateRangeMacro>All</ReportModifiedDateRangeMacro>
<ReportDetailLevelFilter>All</ReportDetailLevelFilter> <!-- opt, v3.0 -->
</PayrollDetailReportQueryRq>
</QBXMLEvents>
</QBXML>