ronikuchan

Api Produk

Sep 30th, 2019
304
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.26 KB | None | 0 0
  1. #url
  2. http://localhost/klikfood_web/klikfood/public/index.php/transaksipusat/store/all
  3.  
  4. #data
  5. {
  6.     "produk": [
  7.         {
  8.             "produk_id" : "5d889fab1fbe4a74f7378a54",
  9.             "jumlah" : 15
  10.         },
  11.         {
  12.             "produk_id" : "5d889ea51fbe4a74f7378a53",
  13.             "jumlah" : 20
  14.         },
  15.         {
  16.             "produk_id" : "5d889c921fbe4a701b1bfc02",
  17.             "jumlah" : 11
  18.         },
  19.         {
  20.             "produk_id" : "5d889b831fbe4a75ac715a22",
  21.             "jumlah" : 13
  22.         }
  23.     ],
  24.     "sub_total" : 30000,
  25.     "diskon": 0.01,
  26.     "jadwal_pengiriman" : [
  27.             {
  28.                 "jenis_pengiriman" : "Same Day",
  29.                 "tanggal_pengiriman": "2019-10-01",
  30.                 "estimasi_sampai" : "2019-10-02 13:00"
  31.             }
  32.        
  33.         ],
  34.     "payment_method" : "credit card",
  35.     "alamat": "jalan mangga"
  36. }
  37.  
  38. # return
  39. {
  40.     "success": true,
  41.     "messages": "Transaksi sukses diproses !",
  42.     "data": {
  43.         "user_id": "5d89bb6ec9fd842ce0463cd3",
  44.         "user_name": "konsumen",
  45.         "tanggal": "2019-10-01",
  46.         "jumlah_harga": 30000,
  47.         "detail_address": "jalan mangga",
  48.         "jumlah_berat": 0,
  49.         "jumlah_ongkir": 15000,
  50.         "updated_at": "01 Oct 2019 08:44",
  51.         "created_at": "01 Oct 2019 08:44",
  52.         "_id": "5d92af7c5538fb074400789c"
  53.     },
  54.     "url": "https://mcbill.mcpayment.id/",
  55.     "transaksi_code": "001"
  56. }
Add Comment
Please, Sign In to add comment