This request returns the presigned link for the PDF of an invoice, given the MBE Master tracking and HUB Customer ID.
The CustomerID field is optional. If it is populated, it must belong to a customer Auction House, otherwise an error will be returned. If it is not populated, the customer related to the requestant MOL user will be automatically retrieved.
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ws="http://www.onlinembe.eu/ws/">
<soapenv:Header/>
<soapenv:Body>
<ws:ShipmentInvoiceRequest>
<RequestContainer>
<System></System>
<Credentials>
<Username></Username>
<Passphrase></Passphrase>
</Credentials>
<InternalReferenceID>jjk</InternalReferenceID>
<TrackingMbe>XXXXXXX</TrackingMbe>
<CustomerId>YYYY</CustomerId>
</RequestContainer>
</ws:ShipmentInvoiceRequest>
</soapenv:Body>
</soapenv:Envelope>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
<SOAP-ENV:Header/>
<SOAP-ENV:Body>
<ns3:ShipmentInvoiceRequestResponse xmlns:ns3="http://www.onlinembe.eu/ws/">
<RequestContainer>
<Status>OK</Status>
<InternalReferenceID>jjk</InternalReferenceID>
<path><![CDATA[https://xyz]]></path>
</RequestContainer>
</ns3:ShipmentInvoiceRequestResponse>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>