Load Data Objects
POST https://{{vaultDNS}}/api/{{version}}/services/loader/load
https://developer.veevavault.com/api/21.2/#load-data-objects
Create a loader job load a set of data files.
Request Body
{"0"=>{"object_type"=>"documents__v", "action"=>"create", "file"=>"documents.csv", "order"=>1}, "1"=>{"object_type"=>"vobjects__v", "object"=>"product__v", "action"=>"upsert", "file"=>"products.csv", "order"=>2, "idparam"=>"external_id__v"}, "2"=>{"object_type"=>"vobjects__v", "object"=>"annotation_keywords__sys", "action"=>"create", "file"=>"claims.csv", "order"=>3, "recordmigrationmode"=>true}, "3"=>{"object_type"=>"groups__v", "action"=>"update", "file"=>"groups.csv", "order"=>4}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Content-Type | string | ||
Accept | string |