UploadCustomerImportConfig

Uploads the import configuration so it can be used in ImportCustomers calls. The uploaded import configuration is stored for the user performing the upload. The next time this user calls ImportCustomers with the data file provided as binary request body, the stored import configuration is used.

POST
https://my.portatour.net/a/api/UploadCustomerImportConfig
Required binary request body
file as body The import configuration as binary body of the POST.
Example usage with curl
curl -o result.txt -u admin_username:admin_password --data-binary "@customers.importcfg" -H "Content-Type: application/octet-stream" "https://my.portatour.net/a/api/UploadCustomerImportConfig"

Caution: If using curl, don't forget the @-sign in front of the file names

Refreshing offline data
Loading...