Add Order Detail

Pazaryeri_TP_Siparis_Detay_Ekle

This method is used to add order details.


Parameter Required Type Length Description
G Yes Object - ST_WS_Guvenlik Object
ETS_GUID Yes String 36 Marketplace GUID Value
Tutar_Urun Yes String - Amount of the total product
Tutar_Odenecek Yes String - Amount to be paid
SanalPOS_Islem_ID Yes String - VirtualPOS transaction ID
GUID_AltUyeIsyeri Yes String 36 GUID of the sub-merchant

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
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
Tutar_Urun String - Amount of the total product
Tutar_Odenecek String - Amount to be paid
PYSiparis_GUID String 36 Marketplace Order GUID Value
SanalPOS_Islem_ID String - VirtualPOS transaction ID
<?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>
<TP_Siparis_Detay_Ekle 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>
<Tutar_Urun>300</Tutar_Urun>
<Tutar_Odenecek>5</Tutar_Odenecek>
<SanalPOS_Islem_ID>6004495077</SanalPOS_Islem_ID>
<GUID_AltUyeIsyeri>DF40CCFB-C265-4F53-81BB-58ABCB0FDE6D</GUID_AltUyeIsyeri>
</TP_Siparis_Detay_Ekle>
</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>
<TP_Siparis_Detay_EkleResponse xmlns="https://turkpos.com.tr/">
<TP_Siparis_Detay_EkleResult>
<Sonuc>1</Sonuc>
<Sonuc_Str>Başarılı</Sonuc_Str>
<GUID_AltUyeIsyeri>df40ccfb-c265-4f53-81bb-58abcb0fde6d</GUID_AltUyeIsyeri>
<Tutar_Urun>300,0000</Tutar_Urun>
<Tutar_Odenecek>5,0000</Tutar_Odenecek>
<PYSiparis_GUID>F5DDA55F-4DF6-433F-8B81-A5394AC936EE</PYSiparis_GUID>
<SanalPOS_Islem_ID>6004495077</SanalPOS_Islem_ID>
</TP_Siparis_Detay_EkleResult>
</TP_Siparis_Detay_EkleResponse>
</soap:Body>
</soap:Envelope>