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

Changes

Changed in 4 of the 5 revisions of this API.116

    • added the new AMADEUS_NDC enum value to the invoices/items/data/supplierType response property for the response status 200

      response-property-enum-value-added

  • ccddd94cdc0111See the full diff
    • added LodgeCardMetadataWrapper to the invoices/items/data/payments/items/actualPayment/paymentMetadata/oneOf[subschema #5: VendorProgramPaymentDescriptorWrapper]/vendorProgramPaymentDescriptor/vendorProgramPaymentMetadata/oneOf[subschema #2: AirlineProgramWrapper]/airlineProgram/airlineProgramMetadata response property oneOf list for the response status 200

      response-property-one-of-added

    • response property invoices/items/data/payments/items/actualPayment/paymentMetadata/oneOf[subschema #5: VendorProgramPaymentDescriptorWrapper]/vendorProgramPaymentDescriptor/vendorProgramPaymentMetadata/oneOf[subschema #2: AirlineProgramWrapper]/airlineProgram/airlineProgramMetadata/oneOf[subschema #3: DinersTacMetadataWrapper]/ deprecated with sunset date 2027-07-01

      response-property-deprecated-with-sunset

    • added the optional property invoices/items/data/payments/items/actualPayment/paymentMetadata/oneOf[subschema #4: CustomPaymentMethodMetadataWrapper]/customPaymentMethodMetadata/oneOf[subschema #4: VirtualPaymentMetadataWrapper]/virtualPaymentMetadata/provider to the response with the 200 status

      response-optional-property-added

    • added the optional property invoices/items/data/invoiceAmount/taxBreakdown/items/description to the response with the 200 status

      response-optional-property-added

    • added the optional property invoices/items/data/items/items/amount/taxBreakdown/items/description to the response with the 200 status

      response-optional-property-added

    • added the optional property invoices/items/data/items/items/taxBreakdown/items/description to the response with the 200 status

      response-optional-property-added

    • added the optional property invoices/items/data/taxBreakdown/items/description to the response with the 200 status

      response-optional-property-added