REST多个插入

Vad*_*dim 5 rest json salesforce

我需要在单个POST请求中插入几行到OpportunityLineItem表中https:// * .salesforce.com/services/data/v20.0/sobjects/OpportunityLineItem

单插入对我来说没问题:{"OpportunityId":"xxx","Quantity":1,"UnitPrice":100,"PricebookEntryId":"xxx"}

但是当我尝试POST多个记录时失败{"记录":[{"OpportunityId":"xxx","Quantity":1,"UnitPrice":100,"PricebookEntryId":"xxx"},{"OpportunityId" : "XXX", "数量":4 "单价":110, "PricebookEntryId": "XXX"}]}

sup*_*ell 4

您无法在其余 api 中的单个调用中插入多行,您需要使用批量 api。