Advertisement
unnamed1233

Untitled

Dec 25th, 2020
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.62 KB | None | 0 0
  1. {
  2. "lang": "kang",
  3. "type_application": "test",
  4. "family_name": "test",
  5. "name": "test",
  6. "date_birth": "2020-12-12",
  7. "gender": "test",
  8. "country": "test",
  9. "citizenship": "test",
  10. "marital_status": "test",
  11. "other1_family_name": "test",
  12. "other1_name": "test",
  13. "other2_family_name": "test",
  14. "other2_name": "test",
  15. "home_address_detail_id": 1,
  16. "mailing_address_detail_id": 2,
  17. "telephone_home": "test",
  18. "telephone_business": "test",
  19. "fax_no": "test",
  20. "telephone_date_range": "test",
  21. "email_address": "test",
  22. "explain_visit": "test",
  23. "officer_name_org": "test",
  24. "officer_file_no": "test",
  25. "officer_nhq_no": "test",
  26. "officer_cost_code": "test",
  27. "officer_free": "test",
  28. "officer_gst": "test",
  29. "officer_receipt_no": "test",
  30. "officer_foss_no": "test",
  31. "inadmissibility_provision": "test",
  32. "eligible_apply": 0,
  33. "eligible_date": "2020-12-12",
  34. "eligible_reason": "test",
  35. "officers_recommendation": "test",
  36. "officers_recommendation_reason": "test",
  37. "name_officer": "test",
  38. "signature_officer": "test",
  39. "date_officer": "2020-12-12",
  40. "reviewing_officer_recommendation": 0,
  41. "reviewing_officer_recommendation_details": "test",
  42. "reviewing_officer_name": "test",
  43. "reviewing_officer_signature": "test",
  44. "reviewing_officer_date": "2020-12-12",
  45. "list_document_passport": 0,
  46. "list_document_drive_license": 0,
  47. "list_document_court_judgement": 0,
  48. "list_document_canadian_statutes": 0,
  49. "list_document_policy_cert": 0,
  50. "list_document_sentence": 0,
  51. "list_document_juvenile": 0,
  52. "list_document_other": "test",
  53. "list_document_officer_name": "test",
  54. "list_document_officer_signature": "test",
  55. "list_document_officer_date": "2020-12-12",
  56. "off_only_notification_email": "test",
  57. "off_only_notification_date": "2020-12-12",
  58. "off_only_initials": "test",
  59. "off_only_authority": "test",
  60. "off_only_authority_date": "2020-12-12",
  61. "off_only_name": "test",
  62. "off_only_title": "test",
  63. "off_only_signature": "test",
  64. "off_only_date": "2020-12-12",
  65. "home_address_detail": {
  66. "id": 1,
  67. "address": "test1",
  68. "address_box": "test2",
  69. "address_apt": "test",
  70. "address_street_no": "test3",
  71. "address_street_name": "test4",
  72. "address_city": "test5",
  73. "address_country": "test6",
  74. "address_state": "test7",
  75. "address_code": "test8",
  76. "address_district": "test"
  77. },
  78. "mailing_address_detail": {
  79. "id": 2,
  80. "address": "test",
  81. "address_box": "test",
  82. "address_apt": "test",
  83. "address_street_no": "test",
  84. "address_street_name": "test",
  85. "address_city": "test",
  86. "address_country": "test",
  87. "address_state": "test",
  88. "address_code": "test",
  89. "address_district": "test"
  90. }
  91. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement