inventorysearchpreviewIdPut method

@param id

Implementation

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

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