kemApiV3DevicesIdServiceagreementPut method
- required int? id,
- required ServiceAgreementUpdateV3Body? body,
Update the device's service agreement information
If a field in the body is null, the corresponding value in the device database will be set to null as well. @param id
Implementation
Future<chopper.Response> kemApiV3DevicesIdServiceagreementPut({
required int? id,
required ServiceAgreementUpdateV3Body? body,
}) {
return _kemApiV3DevicesIdServiceagreementPut(id: id, body: body);
}