ManagementLocation FinderImport placesCopy Pagepost https://api.chatwerk.de/core/organizations/{organization_id}/import-placesRecent RequestsLog in to see full request historyTimeStatusUser Agent Retrieving recent requests…LoadingLoading…Path Paramsorganization_idstringrequiredBody ParamsThe request part with file is required. It has to be uploaded as file part in form-data. filename parameter must be specified (request part header example: Content-Disposition: form-data; name="file"; filename="places.csv"). File must have .csv or .txt extension and has to have a valid CSV format with size smaller than 32MB. Mandatory fields in file header: name zip_code Optional header fields: labels - semicolon separated labels attribute street street_number city latitude - required if longitude provided, valid range is -90 to 90 longitude - required if latitude provided, valid range is -180 to 180 country - allowed values: DE Every "place" in the file must be in a separate line. The simplest file has just name and zipcode in every line. Values must be "," (comma) separated. Example: csvname,zip_code,label,attribute,street,street_number,city,country,longitude,latitude Berlin Shop,01067,shop-label,shop-attribute,Some Berlin street,23,Berlin,DE,, Hanover Shop,01069,shop2-label1;shop2-label2,shop2-attribute,Some Hanover street,32,Hanover,,55.5555,22.222 Bonn Shop,01097,,,Some Bonn street,156,Bonn,,44.444,11.111 filefile.csv/.txt file with CSV formatResponses 200OK 422Unprocessable EntityUpdated 2 months ago Create placeGet placeDid this page help you?YesNo