Update The Information of Sub-merchant

Pazaryeri_TP_AltUyeIsyeri_Guncelleme

This method is used to update the information of sub-merchant added to the Pazaryeri.


Parameter Required Type Length Description
G * Object - ST_WS_Guvenlik Object
GUID_AltUyeIsyeri * String 36 GUID of the sub-merchant
Ad_Soyad String 150 If type is 2, name should be a personal name-surname. If type is 3, name should be a company name.
GSM_No String 10 GSM number of the merchant Ex:5xx123xxxx
IBAN_No String 26 IBAN number of the merchant
Adres String 200 Address of the merchant
Il Integer 2 Mernis Province Code
Ilce Integer 4 Mernis District Code
EPosta String 150 E-mail of the merchant
Website String - Web-addressl of the merchant
MCC_Kod String - Product Category Code
Vergi_Daire * String - Tax Office Area

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 Açıklama
Sonuc Integer 1 Result Value
Sonuc_Str String 150 Result Description, Sonuc_Ack Parameter > 0 Operation Successful, otherwise failed.
<?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_Guncelleme xmlns="https://turkpos.com.tr/">
<G>
<CLIENT_CODE>10738</CLIENT_CODE>
<CLIENT_USERNAME>Test</CLIENT_USERNAME>
<CLIENT_PASSWORD>Test</CLIENT_PASSWORD>
</G>
<GUID_AltUyeIsyeri>a5c158be-8aaa-4716-abdc-f6f99eadfc81</GUID_AltUyeIsyeri>
<Ad_Soyad>Test Deneme</Ad_Soyad>
<Unvan>Test Deneme</Unvan>
<GSM_No>5312920320</GSM_No>
<IBAN_No>TR123456789123456789123456</IBAN_No>
<Adres>Çankaya ANKARA</Adres>
<Il>01</Il>
<Ilce>1219</Ilce>
<EPosta> [email protected]</EPosta>
<Website>www.param.com.tr</Website>
<MCC_Kod>100</MCC_Kod>
<Vergi_Daire>100000000</Vergi_Daire>
</Pazaryeri_TP_AltUyeIsyeri_Guncelleme>
</soap:Body>
</soap:Envelope>
<?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_GuncellemeResponse xmlns="https://turkpos.com.tr/">
<Pazaryeri_AltUyeIsyeriGuncellemeResult>
<Sonuc xsi:type="xsd:int">1</Sonuc>
<Sonuc_Str xsi:type="xsd:string">Başarılı</Sonuc_Str>
</Pazaryeri_AltUyeIsyeriGuncellemeResult>
</Pazaryeri_TP_AltUyeIsyeri_GuncellemeResponse>
</soap:Body>
</soap:Envelope>