Advertisement
Guest User

Untitled

a guest
Jul 19th, 2018
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 3.93 KB | None | 0 0
  1. {
  2.     "current_page": 1,
  3.     "data": [
  4.         {
  5.             "id": 56,
  6.             "geography_id": 4,
  7.             "name_th": "กาญจนบุรี",
  8.             "name_en": "Kanchanaburi",
  9.             "created_at": "2018-07-19 01:24:22",
  10.             "updated_at": "2018-07-19 01:24:22",
  11.             "addresses": [
  12.                 {
  13.                     "id": 1,
  14.                     "district_id": 100104,
  15.                     "amphure_id": 190,
  16.                     "province_id": 56,
  17.                     "house_number": "12345",
  18.                     "village": "test",
  19.                     "house_group_number": "1",
  20.                     "alley": "23",
  21.                     "road": "test",
  22.                     "zip_code": "10203",
  23.                     "deleted_at": null,
  24.                     "created_at": null,
  25.                     "updated_at": null,
  26.                     "register_home_membership": {
  27.                         "id": 1,
  28.                         "user_id": 1,
  29.                         "register_home_address_id": 1,
  30.                         "current_address_id": 1,
  31.                         "status": "PENDING",
  32.                         "title": "test",
  33.                         "first_name": "test",
  34.                         "last_name": "test",
  35.                         "old_full_name": "test",
  36.                         "date_of_birth": "2018-07-19",
  37.                         "gender": "MALE",
  38.                         "identification_number": "1111111111111",
  39.                         "race": "test",
  40.                         "was_born_in_thai_nationality": 1,
  41.                         "is_register_home_same_as_current_address": 1,
  42.                         "mobile_number": "0888888888",
  43.                         "email": "test@ngs.in.th",
  44.                         "facebook_id": null,
  45.                         "line_id": null,
  46.                         "job_position": null,
  47.                         "company": null,
  48.                         "job_experience": null,
  49.                         "has_registered_any_political_position": 0,
  50.                         "has_took_any_political_position": 0,
  51.                         "property_question_one": 0,
  52.                         "property_question_one_political_party_name": null,
  53.                         "property_question_two": 0,
  54.                         "property_question_two_political_party_name": null,
  55.                         "property_question_two_reason": null,
  56.                         "property_question_two_date": null,
  57.                         "property_question_three": 0,
  58.                         "property_question_four": 0,
  59.                         "property_question_five": 0,
  60.                         "property_question_five_type": null,
  61.                         "property_question_six": 0,
  62.                         "property_question_seven": 0,
  63.                         "property_question_eight": 0,
  64.                         "property_question_eight_file_url": null,
  65.                         "property_question_nine": 0,
  66.                         "property_question_ten": 0,
  67.                         "property_question_eleven": 0,
  68.                         "property_question_eleven_file_url": null,
  69.                         "property_question_twelve": 0,
  70.                         "property_question_thirteen": 0,
  71.                         "property_question_fourteen": 0,
  72.                         "property_question_fifteen": 0,
  73.                         "property_question_sixteen": 0,
  74.                         "created_at": null,
  75.                         "updated_at": null,
  76.                         "deleted_at": null
  77.                     }
  78.                 }
  79.             ]
  80.         }
  81.     ],
  82.     "first_page_url": "http://api.local.ffp.com/test?page=1",
  83.     "from": 1,
  84.     "last_page": 1,
  85.     "last_page_url": "http://api.local.ffp.com/test?page=1",
  86.     "next_page_url": null,
  87.     "path": "http://api.local.ffp.com/test",
  88.     "per_page": 15,
  89.     "prev_page_url": null,
  90.     "to": 1,
  91.     "total": 1
  92. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement