Document type: Invoice

The invoice for delivery note L2019102 is queried with the following request:

https://b2b.beispielserver.com/?RequestName=InvoiceInformationDetailsRequest&BuyersID=B127645&Password=secret&DeliveryNoteID=L2019102

The server provides the following response:

<?xml version="1.0" encoding="utf-8" ?> <InvoiceInformationQueryResponse xmlns="urn:veloconnect:receipt-1.3" xmlns:vct="urn:veloconnect:transaction-1.0" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-1.0"> <vct:BuyersID>B127645</vct:BuyersID> <vct:ResponseCode>200</vct:ResponseCode> <InvoiceHeader> <InvoiceID>R2019010</InvoiceID> <cbc:IssueDate>2018-09-15</cbc:IssueDate> <DeliveryNoteID>L2019101</DeliveryNoteID> <DeliveryNoteID>L2019102</DeliveryNoteID> </InvoiceHeader> </InvoiceInformationQueryResponse>

The invoice is then queried with the following (slightly incorrect) request:

https://b2b.beispielserver.com/?RequestName=InvoiceInformationDetailsRequest&BuyersID=B127645&Password=secret&InvoiceID=R2019010&InvoiceID=L2019102

The server provides the following response: