Marketplace TP Limit Control

Pazaryeri_TP_Limit_Kontrol

This method allows the Marketplace Retail Customer limit to be controlled.

Parameter Mandatory Type Length Description
G * Object - ST_WS_Guvenlik object
ETS_GUID * String 36 Marketplace GUID value
Tutar_Odenecek * String - Payable Amount
GUID_AltUyeIsyeri * String - Sub member workplace GUID value

G Object:

Parameter Mandatory Type Length Description
CLIENT_CODE * Integer 5 Terminal ID, will be provided by us.
CLIENT_USERNAME * String max 16 Username, will be provided by us.
CLIENT_PASSWORD * String max 11 Password, will be provided by us.
Parameter Type Length Description
Sonuc Integer 1 Result Value
Sonuc_Str String 150 Result Explanation, if Sonuc Parameter > 0, Transaction Successful, otherwise unsuccessful
AltUyeIsyeri String - Sub member workplace information
AltUyeIsyeri String - Sub member workplace information
Odeme_Alma_Durumu Boolean - Returns as True / False. If True, it means the customer limit has not been exceeded. Payment can be taken, and the order can be added. If False, insufficient limit; Payment cannot be taken, and the order cannot be added.
Toplam_Tahsilat_Tutari Integer - Total Collection Amount
Pazaryeri_Limit Integer - Marketplace Individual Customer Spending Limit
Yeni_Odenecek_Tutar Integer - New Payable Amount
<?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_Islem_Sorgulama 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>
<GUID_AltUyeIsyeri>84715A8E-14D3-47B5-80F0-B833D8DE1057</GUID_AltUyeIsyeri>
<PYSiparis_GUID></PYSiparis_GUID>
<SanalPOS_Islem_ID>0</SanalPOS_Islem_ID>
<Tarih_Bas></Tarih_Bas>
<Tarih_Bit></Tarih_Bit>
</Pazaryeri_TP_Islem_Sorgulama>
</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_Limit_KontrolResponse xmlns="https://turkpos.com.tr/">
<Pazaryeri_TP_Limit_KontrolResult>
<DT_Bilgi>
<NewDataSet xmlns="">
<Sonuc>1</Sonuc>
<Sonuc_Str>Başarılı işlem. Limit tutarı aşılmadı. Tahsilat alınabilir.</Sonuc_Str>
<AltUyeIsyeri>7d11f35d-0c87-427d-b229-62de383c561a</AltUyeIsyeri>
<Odeme_Alma_Durumu>300.0000</Odeme_Alma_Durumu>
<Toplam_Tahsilat_Tutari>0</Toplam_Tahsilat_Tutari>
<Pazaryeri_Limit>35316</Pazaryeri_Limit>
<Yeni_Odenecek_Tutar>100</Yeni_Odenecek_Tutar>
</NewDataSet>
</Pazaryeri_TP_Limit_KontrolResult>
</Pazaryeri_TP_Islem_SorgulamaResponse>
</soap:Body>
</soap:Envelope>