Advertisement
Guest User

Untitled

a guest
Dec 1st, 2015
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. {
  2. "content": {
  3. "assertions": {
  4. "objectType": "assertions",
  5. "items": [{
  6. "objectType": "assertion",
  7. "displayName": "terms and conditions text",
  8. "type": "terms",
  9. "typology": "consumer",
  10. "property": "my awesome property",
  11. "mandatory": true
  12. }],
  13. "totalItems": 1
  14. }
  15. },
  16. "result": {
  17. "status": 451,
  18. "errors": [{
  19. "message": "user must accept the terms and conditions"
  20. }]
  21. }
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement