Salesforce Standard API - Content Version
up vote
1
down vote
favorite
I'm trying to send an array of content versions via the Standard API that Salesforce suggests : Using POST method to : https://SandboxName.my.salesforce.com/services/data/v43.0/sobjects/ContentVersion [ { "VersionData":"/9j/4AAQSkZJRgABAQEAYABADn/2Q==", "PathOnClient":"Array1.jpg", "Description":"Array1", "Document_Type__c":"1" }, { "VersionData":"/9j/4AAQSkZJRgh25==", "PathOnClient":"Array2.jpg", "Description":"ARRAy2", "Document_Type__c":"1" } ] With one file - Its working, but when I change it to array and add another file - Its throw me this error : **[ { "message": ...