Advertisement
unnamed1233

Untitled

Dec 25th, 2020
798
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 3.80 KB | None | 0 0
  1. {
  2.   "data": {
  3.     "form": {
  4.       "id": 1,
  5.       "user_request_id": 1,
  6.       "lang": "kang",
  7.       "type_application": "test",
  8.       "family_name": "test",
  9.       "name": "test",
  10.       "date_birth": "2020-12-12",
  11.       "gender": "test",
  12.       "country": "test",
  13.       "citizenship": "test",
  14.       "marital_status": "test",
  15.       "other1_family_name": "test",
  16.       "other1_name": "test",
  17.       "other2_family_name": "test",
  18.       "other2_name": "test",
  19.       "home_address_detail_id": 1,
  20.       "mailing_address_detail_id": 2,
  21.       "telephone_home": "test",
  22.       "telephone_business": "test",
  23.       "fax_no": "test",
  24.       "telephone_date_range": "test",
  25.       "email_address": "test",
  26.       "explain_visit": "test",
  27.       "officer_name_org": "test",
  28.       "officer_file_no": "test",
  29.       "officer_nhq_no": "test",
  30.       "officer_cost_code": "test",
  31.       "officer_free": "test",
  32.       "officer_gst": "test",
  33.       "officer_receipt_no": "test",
  34.       "officer_foss_no": "test",
  35.       "inadmissibility_provision": "test",
  36.       "eligible_apply": false,
  37.       "eligible_date": "2020-12-12",
  38.       "eligible_reason": "test",
  39.       "officers_recommendation": "test",
  40.       "officers_recommendation_reason": "test",
  41.       "name_officer": "test",
  42.       "signature_officer": "test",
  43.       "date_officer": "2020-12-12",
  44.       "reviewing_officer_recommendation": false,
  45.       "reviewing_officer_recommendation_details": "test",
  46.       "reviewing_officer_name": "test",
  47.       "reviewing_officer_signature": "test",
  48.       "reviewing_officer_date": "2020-12-12",
  49.       "list_document_passport": false,
  50.       "list_document_drive_license": false,
  51.       "list_document_court_judgement": false,
  52.       "list_document_canadian_statutes": false,
  53.       "list_document_policy_cert": false,
  54.       "list_document_sentence": false,
  55.       "list_document_juvenile": false,
  56.       "list_document_other": "test",
  57.       "list_document_officer_name": "test",
  58.       "list_document_officer_signature": "test",
  59.       "list_document_officer_date": "2020-12-12",
  60.       "off_only_notification_email": "test",
  61.       "off_only_notification_date": "2020-12-12",
  62.       "off_only_initials": "test",
  63.       "off_only_authority": "test",
  64.       "off_only_authority_date": "2020-12-12",
  65.       "off_only_name": "test",
  66.       "off_only_title": "test",
  67.       "off_only_signature": "test",
  68.       "off_only_date": "2020-12-12",
  69.       "user_request": {
  70.         "id": 1,
  71.         "visa_type_id": 3,
  72.         "subscription_id": 3,
  73.         "user_id": 2,
  74.         "status_id": 1,
  75.         "created_at": "2020-12-25 07:34:03",
  76.         "updated_at": "2020-12-25 07:34:03"
  77.       },
  78.       "offence_details": [],
  79.       "home_address_detail": {
  80.         "id": 1,
  81.         "address": "test1",
  82.         "address_box": "test2",
  83.         "address_apt": "test",
  84.         "address_street_no": "test3",
  85.         "address_street_name": "test4",
  86.         "address_city": "test5",
  87.         "address_country": "test6",
  88.         "address_state": "test7",
  89.         "address_code": "test8",
  90.         "address_district": "test",
  91.         "application_criminal_rehabilitations_id": null
  92.       },
  93.       "mailing_address_detail": {
  94.         "id": 2,
  95.         "address": "test",
  96.         "address_box": "test",
  97.         "address_apt": "test",
  98.         "address_street_no": "test",
  99.         "address_street_name": "test",
  100.         "address_city": "test",
  101.         "address_country": "test",
  102.         "address_state": "test",
  103.         "address_code": "test",
  104.         "address_district": "test",
  105.         "application_criminal_rehabilitations_id": null
  106.       }
  107.     },
  108.     "meta": {
  109.       "id": 13,
  110.       "visa_type_id": 3,
  111.       "name": "Application for Criminal Rehabilitation",
  112.       "code": "IMM1444"
  113.     },
  114.     "status": {
  115.       "id": 1,
  116.       "name": "Incomplete"
  117.     }
  118.   }
  119. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement