With this deprecated call, a pickup request could be forwarded from the customer toward the store.
Please note: This is the pickup that Store MBE makes at the customer's warehouse/shop/depot, so it is NOT the courier pickup.
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ws="http://www.onlinembe.eu/ws/">
<soapenv:Header/>
<soapenv:Body>
<ws:PickupRequest>
<RequestContainer>
<System></System>
<Credentials>
<Username></Username>
<Passphrase></Passphrase>
</Credentials>
<InternalReferenceID>XXX</InternalReferenceID>
<Pickup>
<PickupDate>2023-05-19</PickupDate>
<PickupHour>18:00</PickupHour>
<NumberOfPackages>2</NumberOfPackages>
<Instruction>XX</Instruction>
</Pickup>
</RequestContainer>
</ws:PickupRequest>
</soapenv:Body>
</soapenv:Envelope>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
<SOAP-ENV:Header/>
<SOAP-ENV:Body>
<ns3:PickupRequestResponse xmlns:ns3="http://www.onlinembe.eu/ws/">
<RequestContainer>
<InternalReferenceID>gffdgf</InternalReferenceID>
<Status>OK</Status>
</RequestContainer>
</ns3:PickupRequestResponse>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>