Advertisement
achmadzainulkarim

Incoming Goods Get

Dec 18th, 2019
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.98 KB | None | 0 0
  1. {
  2.   "status": "success",
  3.   "result": {
  4.     "id": 205,
  5.     "supplier_id": 12,
  6.     "supplier_name": "CV. Tritunggal",
  7.     "po_code": "PO1912-40",
  8.     "po_date": "2019-12-17",
  9.     "schedule_date": "2019-12-17",
  10.     "warehouse_id": 1,
  11.     "payment_type": "transfer",
  12.     "payment_due_date": "0000-00-00",
  13.     "status": 1,
  14.     "payment_image": "https:\/\/s3-ap-southeast-1.amazonaws.com\/dressup\/test\/payments\/191217212853-payment-PO1912-40.png",
  15.     "payment_date": "0000-00-00",
  16.     "items": [
  17.       {
  18.         "id": 419,
  19.         "product_id": 96,
  20.         "quantity": 100,
  21.         "remaining_quantity": 0,
  22.         "purchase_price": "100000",
  23.         "discount": "0",
  24.         "warehouse_id": 1,
  25.         "status": 0,
  26.         "product_name": "Ladaku 4g",
  27.         "product_unit": "karton",
  28.         "product_dimension_height": "14.00",
  29.         "product_dimension_width": "29.00",
  30.         "product_dimension_length": "40.00",
  31.         "product_weight": "3.30"
  32.       }
  33.     ]
  34.   }
  35. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement