POST
trnsfr/feed
Lists modified transfers of the carrier for the given last modification date.
Request Parameters | |||
---|---|---|---|
date | Mandatory | Last modification date in datetime format. | 2016-04-29 18:51:00 |
page | Optional | Page number. 1 if not sent | 2 |
perPage | Optional | Transfers per page. 50 if not sent | 20 |
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 |
{ "trnsfr_": { "T1615341555": { "date": "2016-05-25 06:30:00", "vehicle_type": "MINC", "fr_point_id": 15, "fr": "Başakşehir", "to_point_id": 123, "to": "Atatürk Havalimanı", "portal_uid": "TAVPORT", "merchant": "www.tavport.com", "vehicle_title": "Mercedes Vito vb.", "fr_a": "Koza 1 Cad. 129/5", "fr_b": "GOP Ankara", "fr_type": "DIGER", "to_a": "TK 2554", "to_b": "AHL", "to_type": "HAVAALANI", "pax_name": "Gokalp Yilmaz", "pax_phone": "905333075170", "pax_email": "gokalp@poibil.com", "lead_pax_info": "123456789", //TC No or Passport no of lead passenger "lead_pax_nationality": "TR", //Lead Pax Nationlity "pax_info": "", //TC No or Passport No of other passengers (deprecated) "pax_info_": [ //array of information of other passengers. [ "name": "Aras Yılmaz", "idno": "612333212313", "type": "child", "nationality": "TR" ] ], "driver_": { "name": "Aras Mutlu", "phone": "05339999999", "plate": "34POI34" }, "note_ur": "", "pax_": { "adult": "2", "child": "1", "baby": "0" }, "status": "done", "gain_": { "cr": { "prc": "71.00", "cid": 1 } }, "up_date": "2016-05-24 19:04:32" }, "T1654943432": { .... }, "T1643531418": { .... } }, "page": 1, "perPage": 20, "pageCount": 1, "totalItemCount": 3 } |