_import
Import data into a customer table
Parameters
cid
Customer ID
tid
Table ID
v
Import format version. Must be 2.
map
JSON array describing how the uploaded data is to be mapped to the table columns
rows
JSON array of 1 or more rows of data.
Example
On Success
If there are issues importing a particular row, then they will be described in the returned errors
array.
Last updated