English
cURL
curl --request POST \ --url https://cloud.memsource.com/web/api2/v1/priceLists/{priceListUid}/import \ --header 'Content-Type: multipart/form-data' \ --form file=@example-file
{ "rows": [ { "rowNum": 123, "price": { "sourceLang": "<string>", "targetLang": "<string>", "prices": {}, "minimumPrice": 123 }, "errors": [ "<string>" ] } ], "importedPriceRows": [ { "rowNum": 123, "price": { "sourceLang": "<string>", "targetLang": "<string>", "prices": {}, "minimumPrice": 123 }, "errors": [ "<string>" ] } ] }
multipart/form-data
XLSX file to upload
Import successful
Show child attributes
Was this page helpful?