DUFREI API
    • Raíz
      • Health Check
        GET
      • Initialize SSE Stream
        GET
      • List Financial Documents
        GET
      • List Shipments
        GET
      • Send MCP JSON-RPC Message
        POST
    • Schemas
      • ErrorResponse
      • FinancialDocument
      • CanceledRecord
      • TripDocument
      • PaymentRecord
      • MexicanAddress
      • ShipmentLeg

    ShipmentLeg

    A single shipment leg within a trip. Represents one load-to-offload movement
    of product from origin to destination.

    {
        "id": "0q2n00zkxa7v",
        "shipment": "640632",
        "date": 260223,
        "loadDate": 1771862698,
        "offloadDate": 1771899922,
        "region": "MX",
        "loadTemp": "20°C",
        "status": 1,
        "vehicle": "FZS3656_1",
        "financial": {
            "currency": "MXN",
            "exchangeRate": 1,
            "exchangeRateDate": 1771862698,
            "pricingModel": "volume",
            "famount": 26785.72,
            "tamount": 0,
            "price": 0,
            "tarif": 0.6282271267
        },
        "product": [
            {
                "id": "32035",
                "codeHM": "1203",
                "code": "15101514",
                "desc": "Gasolina regular menor a 91 octanos",
                "weight": {
                    "valueLoad": 29845.9,
                    "valueOffLoad": 29845.9,
                    "unit": "KG"
                },
                "volume": {
                    "valueLoad": 42637,
                    "valueLoadN": 42637,
                    "valueOffLoad": 42637,
                    "valueOffLoadN": 42637,
                    "unit": "LTR"
                }
            }
        ]
    }
    Built with