Dassault Systèmes · Example Payload

Searchorders Response 200 Successful_Orderssearch_Oneresult

3DEXPERIENCEPLMProduct Lifecycle ManagementCADManufacturingSolidWorksCATIAENOVIAEngineering3D Collaboration

Searchorders Response 200 Successful_Orderssearch_Oneresult 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": [
    {
      "transaction": {
        "id": "PO_A123456789",
        "type": "PO",
        "status": "Sent to DSx.Finance",
        "description": "XYZ Company Order 50 products"
      },
      "creationDateTime": "2024-05-21T14:30:00Z",
      "dsRecievedPoDate": "2024-05-21",
      "bookingDateTime": "2024-05-29T18:00:00Z",
      "currency": "USD",
      "onlineConsentStatus": "Not Applicable",
      "billToSalesRepresentative": "DOE, Jane",
      "billToPoReference": "EXAMPLE-CORP-20250518",
      "billToSite": {
        "id": "100012345678901",
        "name": "Example Corporation",
        "localName": "\u793a\u4f8b\u516c\u53f8",
        "locationId": 1
      },
      "soldToSite": {
        "id": "200012345678901",
        "name": "Foobar Inc",
        "localName": "\u092b\u093c\u0942\u092c\u093e\u0930 \u0907\u0902\u0915",
        "locationId": 2
      },
      "businessUnit": {
        "id": "BU001",
        "name": "Corporate Sales Unit A",
        "localTimezone": "CET"
      }
    }
  ],
  "info": {
    "success": true,
    "statusCode": 200,
    "estimatedSearchCount": 1
  }
}