The GetPickupDefaultDataRequest API retrieves the current default pickup configuration for the requesting MOL user. This API provides access to the template settings used for automatic bulk pickup operations, enabling applications to display, validate, and manage default pickup parameters.
This API does not require any additional parameter in the request. It returns all default data for the user within a single response containing the complete configuration. Also, it only returns data belonging to the requesting MOL user.
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ws="http://www.onlinembe.eu/ws/">
<soapenv:Header/>
<soapenv:Body>
<ws:GetPickupDefaultDataRequest>
<RequestContainer>
<System>IT</System>
<Credentials>
<Username></Username>
<Passphrase></Passphrase>
</Credentials>
<InternalReferenceID>reference</InternalReferenceID>
</RequestContainer>
</ws:GetPickupDefaultDataRequest>
</soapenv:Body>
</soapenv:Envelope>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
<SOAP-ENV:Header/>
<SOAP-ENV:Body>
<ns3:GetPickupDefaultDataRequestResponse xmlns:ns3="http://www.onlinembe.eu/ws/">
<RequestContainer>
<InternalReferenceID>?</InternalReferenceID>
<Status>OK</Status>
<Cutoff>MORNING</Cutoff>
<Notes>Ring the bell twice</Notes>
<PreferredFrom>10:00</PreferredFrom>
<PreferredTo>12:00</PreferredTo>
<AlternativeFrom>14:00</AlternativeFrom>
<AlternativeTo>16:00</AlternativeTo>
</RequestContainer>
</ns3:GetPickupDefaultDataRequestResponse>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>