Guest User

Untitled

a guest
Oct 16th, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. {
  2. "orders": [{
  3. "ID": "X",
  4. "Entity": "X",
  5. "EntityName": "X",
  6. "DocNum": "X",
  7. "Date": "X",
  8. "Total": "X",
  9. "orderContent" : [{
  10. "ID":"X",
  11. "LineNumber":"X",
  12. "Item":{
  13. "ID":"X",
  14. "Description":"X",
  15. "Volume":"X"
  16. },
  17. "Quantity":"X",
  18. "Unit":"X",
  19. "Discount":"X",
  20. "UnitPrice":"X",
  21. "TotalINet":"X",
  22. "TotalNet":"X",
  23. "Picked":"X",
  24. "PickedQuantity":"X"
  25. },
  26. {...}]
  27. },
  28. {...}]
  29. }
Add Comment
Please, Sign In to add comment