最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

python - How to subscribe to an event with qbxml in Quickbooks Desktop using its SDK? - Stack Overflow

programmeradmin5浏览0评论

I am trying to subscribe to an event in QB using pywin32. I found an documentation and tried their sample code: . But it returned an error:

QuickBooks found an error when parsing the provided XML text stream.

<?xml version="1.0" ?>
    <?qbxml version="6.0"?>
    <QBXML>
      <QBXMLMsgsRq onError = "stopOnError">
        <DataExtModRq requestID = "0">
          <DataExtMod>
            <OwnerID>0</OwnerID>
            <DataExtName>Category</DataExtName>
            <ListDataExtType>Customer</ListDataExtType>
            <ListObjRef>
              <FullName>John Sidmark</FullName>
            </ListObjRef>
            <DataExtValue>Gold Member</DataExtValue>
          </DataExtMod>
        </DataExtModRq>
      </QBXMLMsgsRq>
    </QBXML>
发布评论

评论列表(0)

  1. 暂无评论