Advertisement
rizkyalviandra

API response

Sep 17th, 2019
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.01 KB | None | 0 0
  1. {
  2.     "header": {
  3.         "id": 0,
  4.         "page": 1,
  5.         "size": 10,
  6.         "sort": "ASC"
  7.     },
  8.     "body": {
  9.         "is_approved": "0"
  10.     }
  11. }
  12.  
  13. response:
  14.  
  15. {
  16.     "header": {
  17.         "response_code": "99",
  18.         "response_description": "Success"
  19.     },
  20.     "body": [
  21.         {
  22.             "qty": "2",
  23.             "details": [
  24.                 {
  25.                     "id": "957",
  26.                     "sales_id": "675",
  27.                     "article": "AQ300100180",
  28.                     "size": "04",
  29.                     "price": "269900",
  30.                     "stock": "1",
  31.                     "no_urut": null
  32.                 },
  33.                 {
  34.                     "id": "958",
  35.                     "sales_id": "675",
  36.                     "article": "AQ300100180",
  37.                     "size": "-",
  38.                     "price": "269900",
  39.                     "stock": "1",
  40.                     "no_urut": null
  41.                 }
  42.             ],
  43.             "price": "0",
  44.             "member_discount": "0",
  45.             "discount": "0.2",
  46.             "discount_amount": "107960",
  47.             "total": "431840",
  48.             "is_approved": "1",
  49.             "id": "675",
  50.             "kd_counter": "CT02",
  51.             "tanggal": "2019-03-14 11:51:28",
  52.             "kode_trans": "SC",
  53.             "no_invoice": "S1903000021",
  54.             "kode_article": null,
  55.             "size_article": null,
  56.             "product_name": null,
  57.             "sku_id": "78962000",
  58.             "kd_lokasi": null,
  59.             "remark": null,
  60.             "date_input": null,
  61.             "user_input": null,
  62.             "date_update": null,
  63.             "user_update": null,
  64.             "no_urut": null,
  65.             "flag_posted": null,
  66.             "user_posted": null,
  67.             "date_posted": null,
  68.             "no_bon_manual": "Xxx",
  69.             "created_date": "2019-03-14 11:52:28",
  70.             "created_by": "370",
  71.             "modified_date": "2019-03-14 15:43:26",
  72.             "modified_by": "18"
  73.         },
  74. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement