POST
cart/trnsfr
Pre method before checkout.
Request Parameters | |||
---|---|---|---|
suid | Mandatory | Unique string defines previous search. | 6_139_123_20160415 |
lvtd_id | Mandatory | ID of the LVTD selected. | 2515 |
extser_id_ | Optional | Array of extra service ID as key, user input as value. | array( |
coupon | Optional | Coupon Code | DISCOUNT50TL |
Response Details
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 |
{ "cuid": "1_2_19_20170325__2352_12", "payment_": { "item_": { "vehiclePC_": { "prc": 74.17, "cid": 1 }, "extserPC_": { "12": { "prc": 22.5, "cid": 1 } } }, "coupon_": { "discount": "Transfer Promosyonu", "pc_": { "prc": 107.41, "cid": 1 }, "coupon_code": "INDIR2017", "coupon_pgl": "10", // indirim yuzdesi "coupon_pc_": { // indirim miktari "prc": "0.00", "cid": "1" } }, "ttlPC_": { "prc": 96.67, "cid": 1 }, "method_": { "CC": true, "MT": true }, "MT_": { "bacc_": { "AKBANK-TRY-1": { "name": "Akbank Atatürk Havalimanı Şubesi", "suko": "726", "heno": "104812", "iban": "TR36 0004 6007 2688 8000 1048 12", "cuco": "TRY", "code": "AKBANK" }, "FINANSBANK-TRY-2": { "name": "Finansbank Merkez Şubesi", "suko": "00348", "heno": "15560377", "iban": "TR43 0011 1000 0000 0015 5603 77", "cuco": "TRY", "code": "FINANSBANK" } } } }, "urinv_": { "428": { "title": "Gökalp Yılmaz", "taxid": null, "taxof": null, "adr": "Bireysel Fatura Adresi", "adra": "Ankara", "adrb": "Çankaya", "email": "user@tavport.com", "type": "p", // Bireysel "typeR": "Bireysel" }, "3461": { "title": "Kurumsal Ltd. Sti.", "taxid": "9999999999", "taxof": "GİB Vergi Dairesi", "adr": "Sirket Adresi", "adra": "Cankaya", "adrb": "Ankara", "email": "user@tavport.com", "type": "c", // Kurumsal "typeR": "Kurumsal" } } } |