Dassault Systèmes · Example Payload

Createleadsopportunities Response 400 400_Leadsopportunitiescreateresponse

3DEXPERIENCEPLMProduct Lifecycle ManagementCADManufacturingSolidWorksCATIAENOVIAEngineering3D Collaboration

Createleadsopportunities Response 400 400_Leadsopportunitiescreateresponse 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": {
    "leadOportunityId": "string",
    "leadOpportunity": {
      "partnerExternalId": "string",
      "name": "string",
      "dsOwnerEmail": "string",
      "status": "string",
      "forecastCategory": "string",
      "closeDate": "date",
      "cometCampaignCode": "string",
      "reasonWon": [
        "string"
      ],
      "reasonLost": [
        "string"
      ],
      "competitors": [
        "string"
      ],
      "reasonWonLostComment": "string",
      "gtmTacticId": "string",
      "description": "string",
      "nextMilestone": "string",
      "nextMilestoneDate": "date",
      "currency": "string"
    },
    "offerLines": [
      {
        "amount": "double",
        "offerNameId": "string",
        "revenueType": "string"
      }
    ],
    "customerLegalEntity": {
      "id": "string",
      "dunsNumber": "string",
      "vatNumber": "string",
      "registrationId": "string",
      "name": "string",
      "city": "string",
      "country": "string",
      "addressLine1": "string",
      "statePrefecture": "string",
      "addressLine2": "string",
      "zipCode": "string",
      "websiteUrl": "string"
    }
  },
  "info": {
    "success": false,
    "statusCode": 400
  },
  "error": {}
}