Guest User

Untitled

a guest
Jan 26th, 2019
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. headers :::
  2. -----------
  3.  
  4. Method:: POST
  5. Accept: application/json
  6. Accept-Encoding: gzip,deflate
  7. Content-Type: application/json
  8. password: *****
  9. username:*****
  10. Content-Length: 151
  11. Host: ********:***
  12. Connection: Keep-Alive
  13.  
  14. Request ::
  15. ----------
  16.  
  17. HTTP / 1.1
  18.  
  19. {
  20. "payload": {
  21. "details": {
  22. "number": "1111111111"
  23. },
  24. "topupDetails": {
  25. "topupThreshHold": "10000",
  26. "user": "abc"
  27. }
  28. }
  29. }
  30.  
  31.  
  32.  
  33.  
  34. Response
  35. --------
  36.  
  37. 400 Bad request
  38. X-Cnection: Close
  39. Date: Sat, 01 Dec 2018 20:37:52 GMT
  40. Server: WSO2-PassThrough-HTTP
  41. Content-Length: 0
Add Comment
Please, Sign In to add comment