Dassault Systèmes · Example Payload

Createleadsopportunities Response 400 400_Alreadyexisting

3DEXPERIENCEPLMProduct Lifecycle ManagementCADManufacturingSolidWorksCATIAENOVIAEngineering3D Collaboration

Createleadsopportunities Response 400 400_Alreadyexisting 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

infoerrordata

Example Payload

Raw ↑
{
  "info": {
    "success": false,
    "statusCode": 400,
    "timeStamp": "2025-07-01T13:03:16.325Z",
    "traceId": "4e58705b1c7d40b78e0d1ab6ac404ac8"
  },
  "error": {
    "code": "ERR801",
    "message": "Leverage with this Partner External ID DSLeadOpportunityID already exists."
  },
  "data": {
    "partnerLeadOpportunityId": null,
    "dsLeadOpportunityId": null,
    "action": null
  }
}