Advertisement
Guest User

Untitled

a guest
Nov 19th, 2019
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.27 KB | None | 0 0
  1. {
  2. "data": {
  3. "detail": {
  4. "id": 40,
  5. "supplier_id": 7,
  6. "supplier_name": "Hinata",
  7. "po_code": "PO1911-5",
  8. "po_date": "2019-11-13 00:00:00",
  9. "schedule_date": "2019-11-13 00:00:00",
  10. "warehouse_id": 2,
  11. "payment_type": "cash on delivery",
  12. "status": 1,
  13. "payment_image": null,
  14. "payment_date": null,
  15. "items": [
  16. {
  17. "id": 36,
  18. "product_id": 1,
  19. "quantity": 3000,
  20. "remaining_quantity": 0,
  21. "purchase_price": "300000",
  22. "warehouse_id": 2,
  23. "status": 0,
  24. "product_name": "Surya 12",
  25. "product_unit": "Bal",
  26. "product_dimension_height": "6.00",
  27. "product_dimension_width": "6.00",
  28. "product_dimension_length": "20.00",
  29. "product_weight": "2.00"
  30. }
  31. ]
  32. },
  33. "incoming": [
  34. {
  35. "id": 54,
  36. "nota_code": null,
  37. "nota_image": null,
  38. "do_image": "https://s3-ap-southeast-1.amazonaws.com/dressup/test/payments/191113141624-do-PO1911-5.png",
  39. "payment_image": null,
  40. "payment_date": null,
  41. "received_at": "2019-11-13 00:00:00",
  42. "items": [
  43. {
  44. "id": 63,
  45. "product_id": 1,
  46. "quantity": 3000,
  47. "remaining_quantity": 0,
  48. "expired_at": "2019-11-13 00:00:00",
  49. "purchase_price": "300000",
  50. "status": 0,
  51. "updated_at": "2019-11-13 14:16:24",
  52. "warehouse_id": 2,
  53. "warehouse_city": "Kabupaten Sidoarjo",
  54. "purchase_code": "PO1911-5",
  55. "product_name": "Surya 12",
  56. "product_unit": "Bal",
  57. "product_dimension_height": "6.00",
  58. "product_dimension_length": "20.00",
  59. "product_dimension_width": "6.00"
  60. },
  61. {
  62. "id": 64,
  63. "product_id": 1,
  64. "quantity": 100,
  65. "remaining_quantity": 100,
  66. "expired_at": "2019-11-13 00:00:00",
  67. "purchase_price": "0",
  68. "status": 0,
  69. "updated_at": "2019-11-13 14:16:24",
  70. "warehouse_id": 2,
  71. "warehouse_city": "Kabupaten Sidoarjo",
  72. "purchase_code": "PO1911-5",
  73. "product_name": "Surya 12",
  74. "product_unit": "Bal",
  75. "product_dimension_height": "6.00",
  76. "product_dimension_length": "20.00",
  77. "product_dimension_width": "6.00"
  78. }
  79. ]
  80. }
  81. ]
  82. }
  83. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement