API Documentation
- Additional Workflow Step
- Analysis
- Async Request
- Authentication
- Bilingual File
- Business Unit
- Buyer
- Client
- Connector
- Conversations
- Cost Center
- Custom Fields
- Custom File Type
- Domain
- Due Date Scheme
- Email Template
- File
- Glossary
- Import settings
- Job
- Language AI
- Language Quality Assessment
- Machine Translation
- Machine Translation Settings
- Mapping
- Net Rate Scheme
- Notifications
- Price List
- GETList price lists
- POSTCreate price list
- GETGet price list
- PUTUpdate price list
- DELDelete price list
- POSTClone price list
- GETExport translation price list
- POSTImport translation price list
- GETList price sets
- POSTAdd language pairs
- DELRemove language pairs
- POSTEdit minimum prices
- POSTEdit prices
- DELRemove language pair
- GET
- Project
- Project Reference File
- Project Template
- Provider
- Quality Assurance
- Quote
- SCIM
- Segmentation Rules
- Service
- Spell Check
- SubDomain
- Supported Languages
- Term Base
- Translation
- Translation Memory
- User
- Vendor
- Webhook
- Workflow changes
- Workflow Step
- XML Assistant
Price List
Import translation price list
POST
/
api2
/
v1
/
priceLists
/
{priceListUid}
/
import
Import translation price list
Copy
Ask AI
curl --request POST \
--url https://cloud.memsource.com/web/api2/v1/priceLists/{priceListUid}/import \
--header 'Content-Type: multipart/form-data'
Copy
Ask AI
{
"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>"
]
}
]
}
Headers
Available options:
multipart/form-data
Path Parameters
Body
multipart/form-data
Response
200
application/json
Import successful
The response is of type object
.
Was this page helpful?
Import translation price list
Copy
Ask AI
curl --request POST \
--url https://cloud.memsource.com/web/api2/v1/priceLists/{priceListUid}/import \
--header 'Content-Type: multipart/form-data'
Copy
Ask AI
{
"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>"
]
}
]
}
Assistant
Responses are generated using AI and may contain mistakes.