inventorysearchpreviewIdPut method

@param id

Implementation

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

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