Invoice - Retrieve a single invoice or pull an entire week of invoices
POST
https://api.ltlp.kuehne-nagel.com/api/invoice/invoices
Invoice
Last modified:2024-11-04 17:41:41
Input Parameters:
1.
Authentication
object contains UserName
, ClientCode
, and AuthenticationID
to confirm user access.2.
SearchType
: Specifies the type of search, with options:WE
for Weekending (requires a Saturday date formatted as YYYYMMDD
).PD
for Pickup Date.IN
for Invoice/Pro (carrier invoice number, including any leading zeros).SearchValue
: The date (formatted as YYYYMMDD
) or invoice number corresponding to the SearchType
.Output Structure:
Wedate
: Weekending date.Invoice
: Invoice number.Scac
, Carrier
, ClientCode
, and BalanceDue
: Carrier details and outstanding balance.PickupDate
and DeliveryDate
.InvoiceAmount
, Direction
, and shipment identifiers (BLNumber
, PONumber
, GLNumber
, Store
, Department
).ReferenceNumber
and ReferenceType
for cross-referencing.AuditNotes
, TotalWeight
, LadingQuantity
, and Miles
.Shipper
, Consignee
, and BillTo
: Contact details for each party involved.InvoiceImages
array, containing document details with DocumentType
and DocumentID
for each associated document.Request
Body Params application/json