Management API
Customer
Import Customers from CSV
3 min
ensure that all text fields in your csv use ascii characters non ascii characters (such as “ä”, “ñ”, or other special symbols) can cause import errors to avoid issues, remove or replace these characters before uploading your file { "name" "imports customers from csv, if requesting manager has access permissions to it ", "method" "post", "url" "/api/v1/customers/import from csv/", "description" "", "tab" "examples", "examples" { "languages" \[ { "id" "orjmf46wjlmaebsg1butu", "language" "null", "code" "email,first name,last name,company name,phone,reference,address,postcode,state,city,country\nexample1\@email com,bruce,willis,acme inc ,,ref user 1,2645 black bear court,70501,colorado,lafayette,us\nexample2\@email com,harry,potter,hogwarts,+385913334444,ref user 1,2110 n williamston rd ,70502,michigan,williamston,us", "customlabel" "" } ], "selectedlanguageid" "orjmf46wjlmaebsg1butu" }, "results" { "languages" \[ { "id" "6kfr9igdee6lunqa8n8nt", "language" "200", "code" "{\n \\"job id\\" 10\n}", "customlabel" "" }, { "id" "ipzkcxvqyndugoa4gxk2g", "language" "404", "code" "{\n \\"message\\" \\"ain't no cake like that \\"\n}", "customlabel" "" } ], "selectedlanguageid" "6kfr9igdee6lunqa8n8nt" }, "request" { "pathparameters" \[], "queryparameters" \[], "headerparameters" \[], "bodydataparameters" \[], "formdataparameters" \[] }, "currentnewparameter" { "label" "body parameter", "value" "bodydataparameters" }, "hastryitout" false, "autogeneratedanchorslug" "imports customers from csv if requesting manager h", "legacyhash" "fremo4yyvoo 6d0fb6gyc" } content type required content type is multipart/form data with the following single key value pair key file value {csv file from which to import} possible csv headers email first name last name company name phone reference address postcode state city country job id from response can be used to query the import result
