Salamek/PplMyApi

ParcelShopCode

Closed this issue · 3 comments

ne2d commented

'Code' => $code,

Nema tady byt ParcelShopCode?

ne2d commented

A jeste mi teda v te verzi 2.7 nefunguje $pplMyApi->getParcelShops("KM11776001"); nic to nevraci, pritom ten kod je spravne

Dle wsdl parametry te funkce jsou

<xs:complexType name="ParcelShopFilter">
<xs:sequence>
<xs:element minOccurs="0" name="AccessPointType" nillable="true" type="xs:string"/>
<xs:element minOccurs="0" name="ActiveCardPayment" nillable="true" type="xs:boolean"/>
<xs:element minOccurs="0" name="City" nillable="true" type="xs:string"/>
<xs:element minOccurs="0" name="Code" nillable="true" type="xs:string"/>
<xs:element name="CountryCode" nillable="true" type="xs:string"/>
<xs:element minOccurs="0" name="Latitude" nillable="true" type="xs:double"/>
<xs:element minOccurs="0" name="Longitude" nillable="true" type="xs:double"/>
<xs:element minOccurs="0" name="Radius" nillable="true" type="xs:int"/>
<xs:element minOccurs="0" name="ZipCode" nillable="true" type="xs:string"/>
</xs:sequence>
</xs:complexType>