Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是直觉平台 API 的新手。
我开始使用示例应用程序,并且能够使用 REST API 从在线快速手册中获取客户。
我的目标是:为使用 REST api 的任何客户创建具有详细信息的新员工。
如果有人能给我粗略的想法,那将很有帮助。
您不能使用 QB REST APIs 创建新的员工对象(V2 中不支持,并且此实体在 V3 中尚未发布)
V2 https://developer.intuit.com/docs/0025_quickbooksapi/0050_data_services/v2/0400_quickbooks_online/0500_supported_entities_and_operations
V3 https://developer.intuit.com/docs/0025_quickbooksapi/0050_data_services/v3/030_entity_services_reference/0500_v3_supported_entities_and_operations
谢谢