dsandal

Untitled

Jun 4th, 2018
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 3.14 KB | None | 0 0
  1. {
  2.   "message": "The given data was invalid.",
  3.   "errors": {
  4.     "email": [
  5.       "The email must be a valid email address."
  6.     ],
  7.     "tst_okato": [
  8.       "The tst okato must be 2 characters."
  9.     ],
  10.     "tst_terminals": [
  11.       "The tst terminals must be an integer."
  12.     ],
  13.     "turnover_daily": [
  14.       "The turnover daily must be an integer."
  15.     ],
  16.     "turnover_monthly": [
  17.       "The turnover monthly must be an integer."
  18.     ],
  19.     "region_id": [
  20.       "The region id must be an integer."
  21.     ],
  22.     "director.position": [
  23.       "The director.position field is required."
  24.     ],
  25.     "director.name": [
  26.       "The director.name field is required."
  27.     ],
  28.     "director.passport_number": [
  29.       "The director.passport number field is required."
  30.     ],
  31.     "director.passport_where": [
  32.       "The director.passport where field is required."
  33.     ],
  34.     "director.passport_date": [
  35.       "The director.passport date field is required."
  36.     ],
  37.     "director.country": [
  38.       "The director.country field is required."
  39.     ],
  40.     "director.address": [
  41.       "The director.address field is required."
  42.     ],
  43.     "director.birthday": [
  44.       "The director.birthday field is required."
  45.     ],
  46.     "director.phone": [
  47.       "The director.phone field is required."
  48.     ],
  49.     "accountant.position": [
  50.       "The accountant.position field is required."
  51.     ],
  52.     "accountant.name": [
  53.       "The accountant.name field is required."
  54.     ],
  55.     "accountant.passport_number": [
  56.       "The accountant.passport number field is required."
  57.     ],
  58.     "accountant.passport_where": [
  59.       "The accountant.passport where field is required."
  60.     ],
  61.     "accountant.passport_date": [
  62.       "The accountant.passport date field is required."
  63.     ],
  64.     "accountant.country": [
  65.       "The accountant.country field is required."
  66.     ],
  67.     "accountant.address": [
  68.       "The accountant.address field is required."
  69.     ],
  70.     "accountant.birthday": [
  71.       "The accountant.birthday field is required."
  72.     ],
  73.     "accountant.phone": [
  74.       "The accountant.phone field is required."
  75.     ],
  76.     "legalAddress.index": [
  77.       "The legal address.index field is required."
  78.     ],
  79.     "legalAddress.city": [
  80.       "The legal address.city field is required."
  81.     ],
  82.     "legalAddress.street": [
  83.       "The legal address.street field is required."
  84.     ],
  85.     "legalAddress.house": [
  86.       "The legal address.house field is required."
  87.     ],
  88.     "officeAddress.index": [
  89.       "The office address.index field is required."
  90.     ],
  91.     "officeAddress.city": [
  92.       "The office address.city field is required."
  93.     ],
  94.     "officeAddress.street": [
  95.       "The office address.street field is required."
  96.     ],
  97.     "officeAddress.house": [
  98.       "The office address.house field is required."
  99.     ],
  100.     "ttsAddress.index": [
  101.       "The tts address.index field is required."
  102.     ],
  103.     "ttsAddress.city": [
  104.       "The tts address.city field is required."
  105.     ],
  106.     "ttsAddress.street": [
  107.       "The tts address.street field is required."
  108.     ],
  109.     "ttsAddress.house": [
  110.       "The tts address.house field is required."
  111.     ]
  112.   }
  113. }
Advertisement
Add Comment
Please, Sign In to add comment