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

    MexicanAddress

    A Mexican address using SAT-standardized location codes.

    {
        "street": "Carretera Merida-Uman km 8.5 s/n",
        "exNum": "S/N",
        "state": "YUC",
        "zip": "97150",
        "local": "0097",
        "region": "050",
        "country": "MEX"
    }
    Built with