Advertisement
Guest User

Untitled

a guest
May 23rd, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. {
  2. "request": {
  3. "method": "RejectParticipation",
  4. "url": "http://10.84.189.30:8280/Smbp-Int/1.4/loyaltyManagement/loyaltyProgramMember?loyaltyProgramMember.characteristic.name=AccountIdentifierTypeCode%2CAccountIdentifierCode&loyaltyProgramMember.characteristic.value=MSISDN%2C79853654017",
  5. "headers": ["Content-Type: application/json", "Authorization: Bearer fe948f6a-cc96-385d-aa76-64a6950ca78f"],
  6. "time": 0.124136,
  7. "body": "{
  8. "characteristic": [{
  9. "name": "AccountIdentifierTypeCode",
  10. "value": "MSISDN"
  11. }, {
  12. "name": "AccountIdentifierCode",
  13. "value": "79853654017"
  14. }]
  15. }"
  16. },
  17. "response": {
  18. "httpCode": 500,
  19. "body": "[{
  20. "loyaltyAccount": [{
  21. "accountType": "LoyaltyAccount",
  22. "name": "Cashback"
  23. }]
  24. }]",
  25. "info": "",
  26. "description": "Unknown SMBP Error 130 ACCOUNT_NOT_MEMBER"
  27. }
  28. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement