Home > For Developers > Smart Object Data APIs > Import Smart Object Data

Import Smart Object Data

Import a CSV file that contains data for multiple smart object records.

 

Prerequisites

Details

Method: POST

URLhttps://us.pulpstream.com/vfr/api/imports/{smartObjectID}

Headers:

tenantId: {tenantId}

apiKey: {apiKey}

Content-Type: application/json

apiUserName: Optional. Specify internal username from the User definition to submit the data on behalf of that user.

 

PayLoad:

{"file":"5ff0569da3fb4a309a2ca38eb9073222_Client.csv",    // The reference obtained from the File Upload API

 "fieldMapList":[{"column":"0","objectField":"field1"},
                 {"column":"1","objectField":"field2"},
                 ...
                ]
}

 

Notes: