Advertisement
Guest User

Untitled

a guest
Feb 20th, 2019
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.32 KB | None | 0 0
  1. {
  2.     "message": "The Given Data Was Invalid",
  3.     "errors": {
  4.         "referenceNo": [
  5.             "The reference number cannot be blank."
  6.         ],
  7.         "gameCode": [
  8.             "The game code must be a alphanumeric.",
  9.             "The game code must be between 5 and 20 characters."
  10.         ],        
  11.     }
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement