Dassault Systèmes · Example Payload

Getorderdetails Response 404 Failedorderget_Badrequest

3DEXPERIENCEPLMProduct Lifecycle ManagementCADManufacturingSolidWorksCATIAENOVIAEngineering3D Collaboration

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

Top-level fields

datainfoerror

Example Payload

Raw ↑
{
  "data": [],
  "info": {
    "success": false,
    "statusCode": 400,
    "estimatedSearchCount": 0
  },
  "error": [
    {
      "type": "errors:3dx:resourceNotFound",
      "title": "Not found",
      "errors": [
        {
          "detail": "Change your parameters to get results",
          "pointer": "#"
        }
      ]
    }
  ]
}