Kuehne + Nagel LTL+
  1. Schemas
Kuehne + Nagel LTL+
  • Overview
    • Introduction
    • Acceptable Use Policy
    • Support & Feedback
  • API
    • Overview
    • Full Integration API Workflow
    • Accessorials
      • Accessorial - Retrieve all accessorial charge codes
    • BillOfLading
      • BOL - Create a bill of lading PDF
    • Quoting
      • RateQuote - Submit a quote request
      • RateQuote - Submit a quote request for multiple points
    • Document Retrieval
      • GetImageList - Retrieve list of available shipment documents
      • GetImage - Retrieve shipping documents based on DocumentID
    • Invoice
      • Invoice - Retrieve a single invoice or pull an entire week of invoices
    • Shipment Tracking
      • HTML Tracking Link Generation
      • TrackingList - Get a list of shipment tracking information
      • TrackingDetails - Retrieve all the tracking details related to a shipment
    • Load Tendering
      • LoadTender - Tender a shipment
      • LoadTender - Tender a shipment
    • Transit
      • Transit - Receive transit time for a shipment lane.
    • Orders
      • Order
      • OrderDetails
  • EDI
    • Overview
    • 210 - Freight Details and Invoice
    • 214 - Transportation Carrier Shipment Status Message
    • Segments
      • 210/214 - 0100 Location Loop (N1 Loop)
      • 210 - 0400 Detail Loop (LX Loop)
      • 214 - 0205 Shipment Status Details (AT7 Loop)
  • Schemas
    • Schemas
      • InvoiceResponse
      • OrderResponse
      • Accessorials
      • RateQuoteRequest
      • RateQuoteResponse
      • RateQuoteMultiPointRequest
      • RateQuoteMultiPointResponse
      • ImageRequest
      • ImageListRequest
      • ImageListResponse
      • InvoiceRequest
      • PrepareBillOfLadingRequest
      • PrepareBillOfLadingResponse
      • ShipmentStatusListRequest
      • ShipmentStatusListResponse
      • ShipmentStatusDetailRequest
      • ShipmentStatusDetailResponse
      • LoadTenderRequest
      • LoadTenderResponse
      • LoadTenderRequestV2
      • TransitRequest
      • TransitResponse
  1. Schemas

InvoiceResponse

[
    {
        "Wedate": "string",
        "Invoice": "string",
        "Scac": "string",
        "Carrier": "string",
        "ClientCode": "string",
        "BalanceDue": "string",
        "PickupDate": "string",
        "DeliveryDate": "string",
        "InvoiceAmount": "string",
        "Direction": "string",
        "BLNumber": "string",
        "PONumber": "string",
        "GLNumber": "string",
        "Store": "string",
        "Department": "string",
        "ReferenceNumber": "string",
        "ReferenceType": "string",
        "AuditNotes": "string",
        "TotalWeight": "string",
        "LadingQuantity": "string",
        "Miles": "string",
        "Shipper": {
            "Name": "string",
            "Address1": "string",
            "Address2": "string",
            "City": "string",
            "State": "string",
            "Zip": "string"
        },
        "Consignee": {
            "Name": "string",
            "Address1": "string",
            "Address2": "string",
            "City": "string",
            "State": "string",
            "Zip": "string"
        },
        "BillTo": {
            "Name": "string",
            "Address1": "string",
            "Address2": "string",
            "City": "string",
            "State": "string",
            "Zip": "string"
        },
        "InvoiceImages": [
            {
                "DocumentType": "string",
                "DocumentID": "string"
            }
        ]
    }
]
Built with