kemproApiV2OrgDevicesDeviceIdPut method

Future<Response> kemproApiV2OrgDevicesDeviceIdPut({
  1. required String? deviceId,
  2. required DeviceUpdateV2Body? body,
})

Begins the process for updating a device to a dealer organization's fleet.

This endpoint will update the device as approved. Currently this endpoint will only update the Device Meta Data @param deviceId

Implementation

Future<chopper.Response> kemproApiV2OrgDevicesDeviceIdPut({
  required String? deviceId,
  required DeviceUpdateV2Body? body,
}) {
  return _kemproApiV2OrgDevicesDeviceIdPut(deviceId: deviceId, body: body);
}