The List of Sub-merchant

Pazaryeri_TP_AltUyeIsyeri_Liste

This method is used to access the list of sub-merchant in the Pazaryeri


Parameter Required Type Length Description
G * Object - ST_WS_Guvenlik Object
ETS_GUID * String - Value of Marketplace GUID
Limit Integer - The total number and limit that the sub-merchant list of the Marketplace can withdraw.
Skip Integer - The starting point for the Marketplace's bottom sub-merchant list

G Object:

Parameter Required Type Length Description
CLIENT_CODE * Integer 5 Terminal ID will be forwarded by us.
CLIENT_USERNAME * String max 16 Username will be transmitted by us.
CLIENT_PASSWORD * String max 11 Password will be transmitted by us.
Parameter Type Length Description
Toplam_Kayit Integer - Total record
DT_Bilgi Object - The list of sub-merchant are displayed.
Sonuc Integer 1 Result Value
Sonuc_Str String 150 Result Description, Sonuc_Ack Parameter > 0 Operation Successful, otherwise failed
GUID_AltUyeIsyeri String 36 GUID of the sub-merchant
<?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body>
<Pazaryeri_TP_AltUyeIsyeri_Liste xmlns="https://turkpos.com.tr/">
<G>
<CLIENT_CODE>10738</CLIENT_CODE>
<CLIENT_USERNAME>Test</CLIENT_USERNAME>
<CLIENT_PASSWORD>Test</CLIENT_PASSWORD>
</G> <ETS_GUID>0c13d406-873b-403b-9c09-a5766840d98c</ETS_GUID>
<Limit>1</Limit>
<Skip>1</Skip>
</Pazaryeri_TP_AltUyeIsyeri_Liste>
</soap:Body>
</soap:Envelope>
<?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<soap:Body>
<Pazaryeri_TP_AltUyeIsyeri_ListeResponse xmlns="https://turkpos.com.tr/">
<Pazaryeri_TP_AltUyeIsyeri_ListeResult>
<Toplam_Kayit>118</Toplam_Kayit>
<DT_Bilgi>
<xs:schema id="NewDataSet" xmlns="" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xs:element name="NewDataSet" msdata:IsDataSet="true" msdata:MainDataTable="Temp1" msdata:UseCurrentLocale="true">
<xs:complexType>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="Temp1">
<xs:complexType>
<xs:sequence>
<xs:element name="ID" type="xs:long" minOccurs="0" />
<xs:element name="ETS_GUID" msdata:DataType="System.Guid, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" type="xs:string" minOccurs="0" />
<xs:element name="Durum" type="xs:int" minOccurs="0" />
<xs:element name="Tip" type="xs:string" minOccurs="0" />
<xs:element name="Ad_Soyad" type="xs:string" minOccurs="0" />
<xs:element name="Unvan" type="xs:string" minOccurs="0" />
<xs:element name="TC_VN" type="xs:string" minOccurs="0" />
<xs:element name="Yetkili_Kisi_TC" type="xs:string" minOccurs="0" />
<xs:element name="GSM_No" type="xs:string" minOccurs="0" />
<xs:element name="IBAN_No" type="xs:string" minOccurs="0" />
<xs:element name="Adres" type="xs:string" minOccurs="0" />
<xs:element name="Il" type="xs:int" minOccurs="0" />
<xs:element name="Ilce" type="xs:int" minOccurs="0" />
<xs:element name="EPosta" type="xs:string" minOccurs="0" />
<xs:element name="Website" type="xs:string" minOccurs="0" />
<xs:element name="MCC_Kod" type="xs:string" minOccurs="0" />
<xs:element name="GUID" msdata:DataType="System.Guid, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" type="xs:string" minOccurs="0" />
<xs:element name="Aciklama" type="xs:string" minOccurs="0" />
<xs:element name="Tarih" type="xs:dateTime" minOccurs="0" />
<xs:element name="Vergi_Daire" type="xs:string" minOccurs="0" />
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:choice>
</xs:complexType>
</xs:element>
</xs:schema>
<diffgr:diffgram xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" xmlns:diffgr="urn:schemas-microsoft-com:xml-diffgram-v1">
<NewDataSet xmlns="">
<Temp1 diffgr:id="Temp11" msdata:rowOrder="0">
<ID>149</ID>
<ETS_GUID>0c13d406-873b-403b-9c09-a5766840d98c</ETS_GUID>
<Durum>0</Durum>
<Tip>2</Tip>
<Ad_Soyad>aaaa</Ad_Soyad>
<Unvan />
<TC_VN>12345678910</TC_VN>
<Yetkili_Kisi_TC />
<GSM_No>5551231212</GSM_No>
<IBAN_No>TR020006200167200006295482</IBAN_No>
<Adres />
<Il>10</Il>
<Ilce>1294</Ilce>
<Eposta>[email protected]</Eposta>
<Website>http://test.com</Website>
<MCC_Kod />
<GUID>d7055610-5609-4027-a6b9-651648a5a296</GUID>
<Tarih>2021-06-10T03:52:09.89+03:00</Tarih>
<Vergi_Daire>bal??kesir</Vergi_Daire>
</Temp1>
</NewDataSet>
</diffgr:diffgram>
</DT_Bilgi>
<Sonuc>1</Sonuc>
<Sonuc_Str>Başarılı</Sonuc_Str>
</Pazaryeri_TP_AltUyeIsyeri_ListeResult>
</Pazaryeri_TP_AltUyeIsyeri_ListeResponse>
</soap:Body>
</soap:Envelope>