Advertisement
Guest User

Untitled

a guest
Oct 17th, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.15 KB | None | 0 0
  1. {
  2. "status": "true",
  3. "result": {
  4. "data": [
  5. {
  6. "quantity": 100,
  7. "purchase_price": "3000000",
  8. "total_purchase_price": "300000000",
  9. "payment_status": 0,
  10. "received_at": "2019-08-14",
  11. "po_code": "PO1908-1",
  12. "warehouse_name": "gudang sidoarjo",
  13. "product_name": "Tango rasa Dilan",
  14. "product_unit": "1 ctn",
  15. "product_content": "12 pcs",
  16. "supplier_name": "Hokage"
  17. },
  18. {
  19. "quantity": 500,
  20. "purchase_price": "2000000",
  21. "total_purchase_price": "1000000000",
  22. "payment_status": 0,
  23. "received_at": "2019-08-14",
  24. "po_code": "PO1908-1",
  25. "warehouse_name": "gudang sidoarjo",
  26. "product_name": "super",
  27. "product_unit": "karton",
  28. "product_content": "48",
  29. "supplier_name": "Hokage"
  30. }
  31. ],
  32. "count_rows": 2,
  33. "count_pages": 1
  34. }
  35. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement