v1

latestOpenAPI 3.1.02026-08-0630894634.3 KB
Invoicing

Get Invoice Data

This endpoint gets the invoice data for given invoice numbers

post/v2/invoicing/invoice-data

Request body

tmcIdstring

TMC for which invoice is being requested. Deprecated in favor of invoiceIds.

invoiceNumbersstring[]

One or more invoice numbers being requested. Deprecated in favor of invoiceIds.

invoiceIdsstring[]

One or more Invoice IDs being requested

Example request

{
  "tmcId": "15c94ac1-f540-4916-9243-306a75fbd8a9",
  "invoiceIds": [
    "15c94ac1-f540-4916-9243-306a75fbd8a9"
  ]
}

Response

OK