Dassault Systèmes · Example Payload

Searchpricelist Response 200 Successful_Pricelists_Search

3DEXPERIENCEPLMProduct Lifecycle ManagementCADManufacturingSolidWorksCATIAENOVIAEngineering3D Collaboration

Searchpricelist Response 200 Successful_Pricelists_Search is an example object payload from Dassault Systèmes, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

datainfo

Example Payload

Raw ↑
{
  "data": [
    {
      "countryCode": "BLZ",
      "countryName": "Belize",
      "priceLists": [
        {
          "id": 9,
          "name": "LATAM South Price List",
          "currency": "USD",
          "hasFuturePriceList": false,
          "effectiveDate": "null"
        }
      ]
    },
    {
      "countryCode": "CAN",
      "countryName": "Canada",
      "priceLists": [
        {
          "id": 3,
          "name": "Canada Price List",
          "currency": "CAD",
          "hasFuturePriceList": false,
          "effectiveDate": "2025-09-12"
        }
      ]
    },
    {
      "countryCode": "HND",
      "countryName": "Honduras",
      "priceLists": [
        {
          "id": 9,
          "name": "LATAM South Price List",
          "currency": "USD",
          "hasFuturePriceList": false,
          "effectiveDate": "null"
        }
      ]
    }
  ],
  "info": {
    "success": true,
    "statusCode": 200,
    "estimatedSearchCount": 3
  }
}