📄️ Update Vehicle
**Requires admin token.** Update a vehicle in the Ownli System. This method requires the caller to pass in the Id of the vehicle. If the vehicle is active this routine checks for uniqueness of the license plate.
📄️ Deactivate a vehicle
**Requires admin token.** Deactivate a vehicle of the user. This method should be used to remove a vehicle from a policy. No check-ins are allowed on deactivated vehicles. This method does not check if the vehicle is already deactivated or if there are pending check-ins.
📄️ Reactivate a vehicle
**Requires admin token.** Reactivate a vehicle of the user. This method should be used to reinstate a vehicle on a policy This method does not check if the vehicle is already active. If the license or vin on the vehicle have already been reused on a different vehicle this method will return an error.
📄️ Update a user
**Requires admin token.** Update a user in the Ownli System.
📄️ Update user with policy details
**Requires admin token.** Update user with policy details.
📄️ Create a vehicle using a VIN
**Requires admin token.** Create a vehicle in the Ownli System. This method requires the caller to pass the VIN of the vehicle. If Ownli does not find a VIN match for this, the vehicle will not be created.
📄️ Create a vehicle (by license plate and state)
**Requires admin token.** Create a vehicle in the Ownli System. This method requires the caller to pass the license plate number and the license plate state. If Ownli does not find a VIN match for this, the vehicle will not be created.
📄️ Create a user
**Requires admin token.** Create a user in the Ownli System. This method requires the caller to pass the user attributes. If a user with the same email or cell phone exists return an error.
📄️ List all vehicles.
**Requires admin token.** Retrieve the list of vehicles for users created by a partner.
📄️ List all users.
**Requires admin token.** Retrieve the list of users created by a partner.
📄️ List all rewards.
**Requires admin token.** Retrieve the list of rewards given by a partner.
📄️ List all payouts.
**Requires admin token.** Retrieve the list of payouts of rewards given by a partner.
📄️ List all Proof of address check-ins.
**Requires admin token.** Retrieve the list of proof of address check-ins of all users owned by a partner.
📄️ List all mileage check-ins.
**Requires admin token.** Retrieve the list of mileage check-ins of all users owned by a partner.
📄️ List all condition check-ins.
**Requires admin token.** Retrieve the list of condition check-ins of all users owned by a partner.