application/json

Body Required

Responses

POST /price-list-imports.json
curl \
 --request POST 'http://api.example.com/v1/price-list-imports.json' \
 --header "Authorization: Bearer $ACCESS_TOKEN" \
 --header "Content-Type: application/json" \
 --data '{"fileUri":"string","priceListId":42,"values":{}}'
Request examples
{
  "fileUri": "string",
  "priceListId": 42,
  "values": {}
}
Response examples (200)
{
  "createdAt": "2025-05-04T09:42:00Z",
  "fileUri": "string",
  "id": 42,
  "priceListId": 42,
  "updatedAt": "2025-05-04T09:42:00Z",
  "values": {}
}