curl --request POST \
--url https://cloud.memsource.com/web/api2/v1/priceLists/{priceListUid}/import \
--header 'Content-Type: multipart/form-data'
{
"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>"
]
}
]
}
curl --request POST \
--url https://cloud.memsource.com/web/api2/v1/priceLists/{priceListUid}/import \
--header 'Content-Type: multipart/form-data'
{
"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
Import successful
The response is of type object
.
Was this page helpful?