DUFREI API
    DUFREI API
    • Raíz
      • Health Check
        GET
      • Retrieve financial documents list
        GET
      • Get shipments list
        GET
      • Initialize SSE Stream
        GET
      • Send MCP JSON-RPC Messages
        POST
    • Schemas
      • ErrorResponse
      • FinancialDocument
      • TripDocument

    TripDocument

    {
        "_id": "string",
        "idFinan": "string",
        "client": "string",
        "company": "string",
        "shipments": [
            {
                "id": "string",
                "shipment": "string",
                "date": "string",
                "loadDate": 0,
                "offloadDate": 0,
                "region": "string",
                "loadTemp": "string",
                "offloadTemp": "string",
                "status": 0,
                "financial": {},
                "product": [
                    {}
                ],
                "vehicle": "string",
                "tripLog": "string"
            }
        ],
        "destination": {
            "id": "string",
            "address": {},
            "nif": "string"
        },
        "origin": {
            "id": "string",
            "address": {},
            "nif": "string"
        },
        "driver": {
            "name": "string"
        }
    }
    Built with