Advertisement
04sotoma

Order POST sample payload

Sep 5th, 2014
3,307
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
J 1.41 KB | None | 0 0
  1. [{
  2.  "ship_to": "",
  3.  "routing": "PICKUP",
  4.  "user_code": "OPEN",
  5.  "FO_order_no": null,
  6.  "posting_code": "3RDNAS",
  7.  "fob": "ORIGIN",
  8.  "terms": "NET30",
  9.  "cust_code": "CS000002",
  10.  "status": "N",
  11.  "tax_id": "NOTAX",
  12.  "multiple_flag": "N",
  13.  "location": "1CHA",
  14.  "tot_ord_disc": 20,
  15.  "tot_ord_tax": 15,
  16.  "tot_ord_freight": 777,
  17.  "total_tax": 2345,
  18.  "freight": 50,
  19.  "gross_sales": 99,
  20.  "discount": 10,
  21.  "load_no": 765,
  22.  "curr_factor": 6,
  23.  "oper_factor": 53,
  24.  "rate_type_home": "BUY",
  25.  "rate_type_oper": "BUY",
  26.  "orig_no": 5,
  27.  "orig_ext": 6,
  28.  "tot_tax_incl": 7,
  29.  "process_ctrl_num": "0",
  30.  "batch_code": "0",
  31.  "tot_ord_incl": 8,
  32.  "eprocurement_ind": 0,
  33.  "curr_key": "USD",
  34.  "phone": "1234567890",
  35.  "type": "I",
  36.  "orderdetail": [{
  37.   "line_no": 1,
  38.   "part_no": "MPW157055NAH",
  39.   "part_type": "P",
  40.       "ordered": 5,
  41.       "shipped": 0,
  42.       "price": 5,
  43.       "status": "N",
  44.       "cost": 5,
  45.       "sales_comm": 0,
  46.       "cr_ordered": 0,
  47.       "cr_shipped": 0,
  48.       "discount": 0,
  49.       "conv_factor": 0,
  50.       "std_cost": 0,
  51.       "cubic_feet": 1,
  52.       "labor": 0,
  53.       "direct_dolrs": 0,
  54.       "ovhd_dolrs": 0,
  55.       "util_dolrs": 0,
  56.       "total_tax": 0,
  57.       "curr_price": 0,
  58.       "oper_price": 0,
  59.       "display_line": 0,
  60.       "uom": "EA",
  61.       "inv_available_flag": "Y",
  62.       "location": "1CHA",
  63.       "tax_code": "NOTAX",
  64.       "gl_rev_acct": "41120208015290"
  65.      }]
  66. }]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement