kemproApiV2OrgDevicesPost method
- required DeviceAdditionV2Body? body,
Begins the process for adding a device to a dealer organization's fleet.
This endpoint will associate an existing device with the dealer's org as a whole. It will store modern device metadata in the new database. It will also activate the device automatically, following the existing OnCue activation steps. Finally, it will send an email to the homeowner and dealer once successful.
Implementation
Future<chopper.Response> kemproApiV2OrgDevicesPost(
{required DeviceAdditionV2Body? body}) {
return _kemproApiV2OrgDevicesPost(body: body);
}