Advertisement
Guest User

INSERT

a guest
Sep 20th, 2018
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.42 KB | None | 0 0
  1. STORE
  2. {
  3. "eGifts":[
  4. {
  5. "template_TId":"954135BE-7CE9-4B0F-B93C-A9610077DAA2",
  6. "emailAddressFrom":"aaa@gmail.com",
  7. "message":"qe",
  8. "fullNameFrom":"qwe",
  9. "fullNameTo":"qwe",
  10. "deliveryMethod":30543,
  11. "PickupLocationId": 16,
  12. "saleLineItem":{
  13. "clientGiftCard":{
  14. "remainingAmount":10
  15. }
  16. }
  17. }
  18. ]
  19. }
  20. MAIL
  21. {
  22. "eGifts":[
  23. {
  24. "template_TId":"954135BE-7CE9-4B0F-B93C-A9610077DAA2",
  25. "emailAddressFrom":"aaa@gmail.com",
  26. "message":"qe",
  27. "fullNameFrom":"qwe",
  28. "fullNameTo":"qwe",
  29. "deliveryMethod":30544,
  30. "zipcode":"123",
  31. "country":30291,
  32. "city": "dd",
  33. "state": "ddqw",
  34. "Address1": "dqd",
  35. "saleLineItem":{
  36. "clientGiftCard":{
  37. "remainingAmount":10
  38. }
  39. }
  40. }
  41. ]
  42. }
  43. EMAIL
  44. {
  45. "eGifts":[
  46. {
  47. "template_TId":"954135BE-7CE9-4B0F-B93C-A9610077DAA2",
  48. "emailAddressFrom":"aaa@gmail.com",
  49. "emailaddressto": "dd@ma.cm",
  50. "message":"qe",
  51. "fullNameFrom":"qwe",
  52. "fullNameTo":"qwe",
  53. "deliveryMethod":30545,
  54. "saleLineItem":{
  55. "clientGiftCard":{
  56. "remainingAmount":10
  57. }
  58. }
  59. }
  60. ]
  61. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement