Advertisement
Guest User

Untitled

a guest
Jul 28th, 2014
232
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. [{
  2. "cust_code": "AAI001",
  3. "location": "Dallas",
  4. "multiple_flag": "N",
  5. "orderdetail": [{
  6. "ordered": 777.00000000,
  7. }],
  8. "req_ship_date": "\/Date(852098400000-0600)\/",
  9. "tax_id": "EXEMPT",
  10. "tax_perc": 0.00000000,
  11. "total_amt_order": 28200.00000000,
  12. "total_invoice": 28275.00000000,
  13. "user_code": "0"
  14. },
  15. {
  16. "cust_code": "ABC001",
  17. "location": "Dallas",
  18. "multiple_flag": "N",
  19. "orderdetail": [{
  20. "ordered": 777.00000000
  21. },
  22. {
  23. "ordered": 777.00000000
  24. }],
  25. "req_ship_date": "\/Date(852184800000-0600)\/",
  26. "tax_id": "EXEMPT",
  27. "tax_perc": 0.00000000,
  28. "total_amt_order": 9150.00000000,
  29. "total_invoice": 5950.00000000,
  30. "user_code": "0"
  31. },
  32. {
  33. "cust_code": "BDC001",
  34. "location": "Dallas",
  35. "multiple_flag": "N",
  36. "orderdetail": [{
  37. "ordered": 777.00000000
  38. },
  39. {
  40. "ordered": 777.00000000
  41. },
  42. {
  43. "ordered": 777.00000000
  44. }],
  45. "req_ship_date": "\/Date(852530400000-0600)\/",
  46. "tax_id": "EXEMPT",
  47. "tax_perc": 0.00000000,
  48. "total_amt_order": 20150.00000000,
  49. "total_invoice": 20292.30000000,
  50. "user_code": "0"
  51. }]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement