Driver

Driver Type

object (Driver)

Driver Properties

PropertyTypeRequiredNullable
personal_infoobjectRequiredcannot be null
licenseobjectRequiredcannot be null

Sample JSON

{
  "personal_info": {
    "first_name": "Fize",
    "last_name": "User",
    "middle_name": "Demo",
    "full_name": "Fize Demo User",
    "email": "[email protected]",
    "address": {
      "entity_number": "1447",
      "street": "Winding",
      "city": "Providence",
      "state": "RI",
      "zip": "22903",
      "country": "USA",
      "raw_address": "1447, Winding Way, Providence, RI 22903"
    },
    "phone": "1234567890",
    "gender": "Male",
    "marital_status": "Married",
    "birth_date": "1980-10-21",
    "age": 42,
    "relation": "self",
    "education": "engineer",
    "occupation": "job",
    "full_time_student": "No"
  },
  "license": {
    "license_number": "6040690",
    "license_issuing_state": "Rhode Island",
    "license_status": "Active",
    "driver_status": "Active"
  }
}