Dassault Systèmes · Schema

Booking Datetime

UTC timestamp when the order was approved by the Finance Department. Format: ISO 8601 UTC (e.g., `2025-05-30T14:30:00Z`)

3DEXPERIENCEPLMProduct Lifecycle ManagementCADManufacturingSolidWorksCATIAENOVIAEngineering3D Collaboration
View JSON Schema on GitHub

JSON Schema

booking_datetime.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/dassault/json-schema/booking_datetime.json",
  "title": "Booking Datetime",
  "type": "string",
  "description": "UTC timestamp when the order was approved by the Finance Department.\n\nFormat: ISO 8601 UTC (e.g., `2025-05-30T14:30:00Z`)\n",
  "format": "date-time",
  "example": "2025-05-29T18:00:00Z"
}