Guest User

Untitled

a guest
Oct 25th, 2015
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.29 KB | None | 0 0
  1. {
  2. "defaultResponse": {
  3. "totalAccepted": 1,
  4. "totalRejected": 0,
  5. "accepted": [
  6. { "address": "[email protected]" }
  7. ],
  8. "rejected": []
  9. },
  10. "exchanges": [
  11. {
  12. "name": "success",
  13. "request": {
  14. "sendingAccountId": "219065",
  15. "sendingUserId" : "219065",
  16. "recipients" : [
  17. ]
  18. },
  19. "response": {
  20. "totalAccepted": 1,
  21. "totalRejected": 0,
  22. "accepted": [
  23. { "address": "[email protected]" }
  24. ],
  25. "rejected": []
  26. }
  27. },
  28. {
  29. "name": "failureRecipient",
  30. "request": {
  31. "sendingAccountId": "219065",
  32. "sendingUserId" : "219065",
  33. "recipients" : [
  34. ]
  35. },
  36. "response": {
  37. "totalAccepted": 0,
  38. "totalRejected": 1,
  39. "accepted": [],
  40. "rejected": [
  41. { "address": "[email protected]" }
  42. ]
  43. }
  44. },
  45. {
  46. "name": "failureSendingAccountId",
  47. "request": {
  48. "sendingAccountId": "INVALID_ID",
  49. "sendingUserId" : "INVALID_USER_ID",
  50. "recipients" : [
  51. ]
  52. },
  53. "response": {
  54. "message": "The sending account id does not match any records"
  55. }
  56. }
  57. ]
  58. }
Advertisement
Add Comment
Please, Sign In to add comment