contactnoteIdPut method

@param id

Implementation

Future<chopper.Response<WebApiModulesHomeControlsContactNoteContactNote>>
    contactnoteIdPut(
        {required String? id,
        required WebApiModulesHomeControlsContactNoteContactNote? body}) {
  generatedMapping.putIfAbsent(
      WebApiModulesHomeControlsContactNoteContactNote,
      () => WebApiModulesHomeControlsContactNoteContactNote.fromJsonFactory);

  return _contactnoteIdPut(id: id, body: body);
}