kemApiV3DealerDevicesIdApprovePost method

Future<Response> kemApiV3DealerDevicesIdApprovePost({
  1. required int? id,
})

Approve an device that already exists within the dealer's fleet.

Some methods of adding devices, such as via bulk device addition or dealer user importation, will add devices to the dealer's fleet but mark them as unapproved. These unapproved devices need to be approved by dealer org admins before they appear in the fleet. If the device has already been approved, this method does nothing. @param id

Implementation

Future<chopper.Response> kemApiV3DealerDevicesIdApprovePost(
    {required int? id}) {
  return _kemApiV3DealerDevicesIdApprovePost(id: id);
}