jpm8888

StackOverflow.

May 20th, 2019
242
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.85 KB | None | 0 0
  1. [  
  2.    {  
  3.       "id":1,
  4.       "name":"Order_01_Dollar",
  5.       "user_id":1,
  6.       "currency_id":1,
  7.       "created_at":"2019-05-20 00:00:00",
  8.       "updated_at":"2019-05-20 00:00:00",
  9.       "currency":{  
  10.          "id":1,
  11.          "currency_code":"Dollar",
  12.          "symbol":"$",
  13.          "base_rate":10,
  14.          "status":1,
  15.          "created_at":"2019-05-20 00:00:00",
  16.          "updated_at":"2019-05-20 00:00:00"
  17.       },
  18.       "order_lists":[  
  19.          {  
  20.             "id":1,
  21.             "order_id":1,
  22.             "unit_price":3,
  23.             "created_at":"2019-05-20 00:00:00",
  24.             "updated_at":"2019-05-20 00:00:00",
  25.             "new_unit_price":30
  26.          },
  27.          {  
  28.             "id":2,
  29.             "order_id":1,
  30.             "unit_price":5,
  31.             "created_at":"2019-05-20 00:00:00",
  32.             "updated_at":"2019-05-20 00:00:00",
  33.             "new_unit_price":50
  34.          }
  35.       ]
  36.    },
  37.    {  
  38.       "id":2,
  39.       "name":"Order_02_INR",
  40.       "user_id":1,
  41.       "currency_id":2,
  42.       "created_at":"2019-05-20 00:00:00",
  43.       "updated_at":"2019-05-20 00:00:00",
  44.       "currency":{  
  45.          "id":2,
  46.          "currency_code":"INR",
  47.          "symbol":"@",
  48.          "base_rate":20,
  49.          "status":1,
  50.          "created_at":"2019-05-20 00:00:00",
  51.          "updated_at":"2019-05-20 00:00:00"
  52.       },
  53.       "order_lists":[  
  54.          {  
  55.             "id":3,
  56.             "order_id":2,
  57.             "unit_price":3,
  58.             "created_at":"2019-05-20 00:00:00",
  59.             "updated_at":"2019-05-20 00:00:00",
  60.             "new_unit_price":60
  61.          },
  62.          {  
  63.             "id":4,
  64.             "order_id":2,
  65.             "unit_price":5,
  66.             "created_at":"2019-05-20 00:00:00",
  67.             "updated_at":"2019-05-20 00:00:00",
  68.             "new_unit_price":100
  69.          }
  70.       ]
  71.    }
  72. ]
Advertisement
Add Comment
Please, Sign In to add comment