Advertisement
Evra70

POS

Jun 11th, 2020
364
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.19 KB | None | 0 0
  1. "posDocDetail": {
  2.             "docNo": "POS-01-20200699",
  3.             "docDate": "20191001",
  4.             "partnerId": 556982,
  5.             "partnerCode": "2812267",
  6.             "partnerName": "OMEGA PUTRA MOTOR",
  7.             "cashbankId": -99,
  8.             "cashbankCode": "",
  9.             "cashbankName": "",
  10.             "createDatetime": "20191001143912",
  11.             "currCode": "IDR",
  12.             "dueDate": ",
  13.            "remark": "stok",
  14.            "detailPayment": [
  15.                {
  16.                    "flgSourceCoa": "AR",
  17.                    "coaId": -99,
  18.                    "cashbankId": -99,
  19.                    "cashbankCode" : "CODES",
  20.                    "casbankName" : "Names"
  21.                    "amount": 50000.0,
  22.                    "journalDesc": "AR.DEBT"
  23.                }
  24.            ],
  25.            "salesList": [
  26.                {
  27.                    "productId": 16,
  28.                    "productCode": "TEST01",
  29.                    "productName": "Product Test 01",
  30.                    "qty": 2.0,
  31.                    "price": 10000.0,
  32.                    "discountPrice": 2000.0,
  33.                    "amount": 16000.0
  34.                },
  35.                {
  36.                    "productId": 17,
  37.                    "productCode": "001",
  38.                    "productName": "Jati Tua",
  39.                    "qty": 3.0,
  40.                    "price": 7000.0,
  41.                    "discountPrice": 3000.0,
  42.                    "amount": 18000.0
  43.                },
  44.                {
  45.                    "productId": 18,
  46.                    "productCode": "999",
  47.                    "productName": "Mie",
  48.                    "qty": 4.0,
  49.                    "price": 4000.0,
  50.                    "discountPrice": 1000.0,
  51.                    "amount": 12000.0
  52.                }
  53.            ]
  54.        }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement