Advertisement
Guest User

Untitled

a guest
Apr 27th, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.23 KB | None | 0 0
  1. {
  2. "customer": {
  3. "firstName": "IGOR",
  4. "lastName": "TEST",
  5. "customerEmail": {
  6. "email": "piskunovigorm@gmail.com"
  7. }
  8. },
  9. "billToAddress": {
  10. "firstName": "IGOR",
  11. "lastName": "TEST",
  12. "phoneNumber": "79871234567",
  13. "companyName": "",
  14. "country": "CANADA",
  15. "provinceState": "ONTARIO",
  16. "city": "LONDON",
  17. "postalCode": "N5V2C7",
  18. "emailAddress": "piskunovigorm@gmail.com",
  19. "addressLine1": "TEST STREET",
  20. "addressLine2": ""
  21. },
  22. "shipToAddress": {
  23. "firstName": "IGOR",
  24. "lastName": "TEST",
  25. "phoneNumber": "79871234567",
  26. "companyName": "",
  27. "country": "CANADA",
  28. "provinceState": "ONTARIO",
  29. "city": "LONDON",
  30. "postalCode": "N5V2C7",
  31. "emailAddress": "piskunovigorm@gmail.com",
  32. "addressLine1": "TEST STREET",
  33. "addressLine2": ""
  34. },
  35. "salesOrderLines": [
  36. {
  37. "brand": "TYC",
  38. "itemNumber": "700001",
  39. "quantity": "1",
  40. "price": "53.53",
  41. "corePrice": 0,
  42. "salesOrderLineSurcharges": [
  43. {
  44. "surchargeNameId": "1",
  45. "amount": 6.9589,
  46. "chartOfAccountNumber": 2683
  47. }
  48. ]
  49. }
  50. ],
  51. "shippingAmount": "85.40",
  52. "total": "156.99",
  53. "shippingMethodId": "21",
  54. "currency": "CAD"
  55. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement