DivideBV / Postnl

Library to connect to PostNL's SOAP service called CIF
GNU General Public License v2.0
31 stars 40 forks source link

GetLocations: Allow setting delivery options #85

Closed media253 closed 3 months ago

media253 commented 3 months ago

This allows setting the deliveryOptions parameter through getNearestLocations(). This is used to filter delivery locations based on types:

ameenross commented 3 months ago

If this makes your life a lot easier I'm good with that. However, in general, if you need to use any of the "more advanced" features of the ComplexTypes which aren't supported by the Postnl wrapper, then you should just write the request yourself, using the existing wrapper function body as a base (the Postnl::call function is public for this reason).