Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [
- {
- "id":1,
- "name":"Order_01_Dollar",
- "user_id":1,
- "currency_id":1,
- "created_at":"2019-05-20 00:00:00",
- "updated_at":"2019-05-20 00:00:00",
- "currency":{
- "id":1,
- "currency_code":"Dollar",
- "symbol":"$",
- "base_rate":10,
- "status":1,
- "created_at":"2019-05-20 00:00:00",
- "updated_at":"2019-05-20 00:00:00"
- },
- "order_lists":[
- {
- "id":1,
- "order_id":1,
- "unit_price":3,
- "created_at":"2019-05-20 00:00:00",
- "updated_at":"2019-05-20 00:00:00",
- "new_unit_price":30
- },
- {
- "id":2,
- "order_id":1,
- "unit_price":5,
- "created_at":"2019-05-20 00:00:00",
- "updated_at":"2019-05-20 00:00:00",
- "new_unit_price":50
- }
- ]
- },
- {
- "id":2,
- "name":"Order_02_INR",
- "user_id":1,
- "currency_id":2,
- "created_at":"2019-05-20 00:00:00",
- "updated_at":"2019-05-20 00:00:00",
- "currency":{
- "id":2,
- "currency_code":"INR",
- "symbol":"@",
- "base_rate":20,
- "status":1,
- "created_at":"2019-05-20 00:00:00",
- "updated_at":"2019-05-20 00:00:00"
- },
- "order_lists":[
- {
- "id":3,
- "order_id":2,
- "unit_price":3,
- "created_at":"2019-05-20 00:00:00",
- "updated_at":"2019-05-20 00:00:00",
- "new_unit_price":60
- },
- {
- "id":4,
- "order_id":2,
- "unit_price":5,
- "created_at":"2019-05-20 00:00:00",
- "updated_at":"2019-05-20 00:00:00",
- "new_unit_price":100
- }
- ]
- }
- ]
Advertisement
Add Comment
Please, Sign In to add comment