{
  "request_id": "550e8400-e29b-41d4-a716-446655440000",
  "purchase_order": {
    "order_number": "EB2500011645",
    "order_date": "2026-01-14",
    "delivery_date": "2026-02-01",
    "currency": "EUR",
    "total_price": 1234.56,
    "additional_information": "Please deliver before noon.",
    "supplier": {
      "company": "Acme Supplies BV",
      "contact_person": "P. Jansen",
      "email": "orders@acme.example",
      "address": {
        "street": "Industrieweg 5",
        "postal_code": "1234 AB",
        "city": "Amsterdam",
        "country": "NL"
      }
    },
    "customer": {
      "customer_id": "58931",
      "company": "LUMITECH INSTALLATIES",
      "contact_person": "J. de Boer",
      "email": "info@lumitech.example",
      "phone": "+31 55 123 4567",
      "vat_id": "NL001234567B01",
      "iban": null,
      "bic": null,
      "address": {
        "street": "Ambachtsweg 12",
        "postal_code": "7327 AA",
        "city": "Apeldoorn",
        "country": "NL"
      }
    },
    "shipping_details": {
      "recipient": {
        "company": "LUMITECH INSTALLATIES",
        "department": null,
        "contact_person": "J. de Boer",
        "email": null,
        "phone": null,
        "address": {
          "street": "Ambachtsweg 12",
          "postal_code": "7327 AA",
          "city": "Apeldoorn",
          "country": "NL"
        }
      },
      "special_instructions": null
    },
    "items": [
      {
        "article_number": "PROD-001",
        "description": "LED Driver 48V",
        "quantity": 10,
        "unit": "ST",
        "price": 12.34,
        "currency": "EUR",
        "line_total": 123.4
      }
    ]
  }
}
