Quickbooks 销售代表查询 [英] Quickbooks Sales rep Query

查看:49
本文介绍了Quickbooks 销售代表查询的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在使用 QuickBooks API 连接我的桌​​面 QuickBooks,并将销售代表的列表 ID 从 QuickBooks 导入我的 MySQL 数据库.

I am using QuickBooks API to connect with my desktop QuickBooksand import the List id's of the sales reps from QuickBooks to my MySQL database.

以下是用于查询 QuickBooks 中已有的销售代表的 xml 代码,但我收到错误 500,该代表在 QuickBooks 中找不到.即便如此,当我尝试添加具有相同名称的新代表时,它再次向我显示此名称代表已经存在的错误......所以我完全困惑为什么初始搜索查询不起作用:

Following is the xml code to query sales rep which is already there in QuickBooks but I am getting error 500 that this rep not found in QuickBooks . Even then when I tried adding new rep with same name it again showed me error that this name rep already exists...so i am totally confused why the initial search query didn’t work:

<?xml version="1.0" encoding="utf-8"?>
<?qbxml version="2.0"?>
<QBXML>
<QBXMLMsgsRq onError="stopOnError">
<SalesRepQueryRq>   
<FullName>firstname lastname</FullName>                 
</SalesRepQueryRq>                                  
</QBXMLMsgsRq>
</QBXML>

请帮我找出问题

推荐答案

该销售代表绝对不可能存在于 QuickBooks 中.

There is absolutely no way that that Sales Rep exists in QuickBooks.

QuickBooks 销售代表姓名限制为 5 个字符.您在此处wayyyyy超过 5 个字符:

QuickBooks Sales Rep names are limited to 5 characters. You have wayyyyy more than 5 characters here:

  • 名字姓氏

您是否肯定您在 QuickBooks 中创建了销售代表,而不是其他与员工密切相关的东西?

Are you positive that you've created a Sales Rep in QuickBooks, and not something else closely related like an Employee?

这篇关于Quickbooks 销售代表查询的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆