kemApiV3DealerDevicesApprovePost method
- required DeviceBulkV3Body? body,
Approve a list of 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.
Implementation
Future<chopper.Response> kemApiV3DealerDevicesApprovePost(
{required DeviceBulkV3Body? body}) {
return _kemApiV3DealerDevicesApprovePost(body: body);
}