GET
trnsfr/list
Lists transfers of user.
Request Parameters | |||
---|---|---|---|
type | Optional | List type live, past, cncl |
live |
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 |
{ "trnsfr_": { "T1682169477": { "cart_id": 3417, "cart_code": "T1682169477-1", "code": "T1682169477", "vehicle_title": "Mercedes Sprinter veya Volkswagen Crafter", "fr": "Ataşehir", "fr_a": "Alınış detay 1", "fr_b": "Alınış detay 2", "fr_type": "DIGER", "fr_typeR": "Diğer", "to": "Sabiha Gökçen Havalimanı", "to_a": "Bırakılış Detay 1", "to_b": "Bırakılış Detay 2", "to_type": "HAVAALANI", "to_typeR": "Havaalanı", "pax_name": "Gökalp Yılmaz", "pax_phone": "905333075170", "pax_email": "user@tavport.com", "pax_idno": "51423123123", "pax_info": "Aras Yılmaz 5123123123\nZeynep Yılmaz 12352342" "driver_": { "name": null, "phone": null, "plate": null }, "date": "2016-12-25 10:30:00", "dateR": "25/12/2016 10:30", "vehicle_photo": "/asset/vehicle/11/141722004155469_400w_7247.jpg", "vehicle_type": "MIND", "vehicle_typeR": "Minibüs", "note_ur": "Test rezervasyonu", "pax_": { "adult": null, "child": null, "baby": null }, "paxR": "2 yetişkin, 1 çocuk", "status": "rfnd_wait", "statusR": "İptal, İade Bekliyor", "isPaid": true, "pay_status": "CI", "pay_statusR": "Cari islem", "pc_": { "prc": 110.7, "cid": 1 }, "ttlPC_": { "prc": 132.3, "cid": 1 }, "extser_": [ { "cart_id": 3418, "cart_code": "T1682169477-2", "title": "Karşılama Hizmeti", "info_a": "Sn. Gökalp Yılmaz", "info_b": null, "status": "rfnd_wait", "statusR": "İptal, İade Bekliyor", "isPaid": true, "pay_status": "CI", "pay_statusR": "Cari islem", "pc_": { "prc": 21.6, "cid": 1 } } ] } }, "page": 1, "perPage": 10, "pageCount": 1, "totalItemCount": 3 } |