Profile Updated

The profile_updated event will be sent any time a contractor updates their profile.

Response Schema:

String  event_type      ## Event type will be "profile_updated"
String	id
String	of_id
String	company_name
String	first_name
String	last_name
String	middle_name
String	email
String  external_id
String	date_of_birth
String	address1
String	address2
String	city
String	state
String	country
String	postal_code
String	department_of_transportation_number
String	motor_carrier_number
String	profile_photo_uri
String	drivers_license_number
String	drivers_license_state
String	drivers_license_expiration_date
String	termination_date
String	contracted_on
String	location
String	ssn
String	insured_id
String	expected_termination_date
Integer	status
Object phones
Object deposit_options

Sample Json Response

{
    "data":
    {
        "termination_date": "2023-03-23T12:59:31.26",
        "deposit_options":
        [],
        "first_name": "FirstName",
        "phones":
        [
            {
                "extension": "",
                "number": "1234567890",
                "type": "Mobile"
            }
        ],
        "date_of_birth": "1900-01-01T00:00:00",
        "company_name": null,
        "address2": null,
        "contracted_on": "2022-10-03T00:00:00",
        "last_name": "MOBILE",
        "id": "00000000-0000-0000-0000-000000000000",
        "drivers_license_number": null,
        "country": "USA",
        "middle_name": null,
        "external_id": "9999",
        "locations":
        [
            "Phoenix"
        ],
        "drivers_license_expiration_date": null,
        "tin": "",
        "department_of_transportation_number": null,
        "modified_at": "2022-10-03T10:30:18.073",
        "status": 2,
        "location": "Phoenix",
        "insured_id": null,
        "profile_photo_uri": null,
        "state": "AZ",
        "drivers_license_state": "AZ",
        "address1": "123 FAKE ST",
        "city": "PHOENIX",
        "expected_termination_date": null,
        "email": "[email protected]",
        "of_id": "100000",
        "account_id": "00000000-0000-0000-0000-000000000000",
        "motor_carrier_number": null,
        "postal_code": "85381",
        "contractor_numeric_id": 1234567
    },
    "event_type": "profile_updated"
}