inventoryprepPost method

Implementation

Future<chopper.Response<WebApiModulesHomeControlsInventoryPrepInventoryPrep>>
inventoryprepPost({
  required WebApiModulesHomeControlsInventoryPrepInventoryPrep? body,
}) {
  generatedMapping.putIfAbsent(
    WebApiModulesHomeControlsInventoryPrepInventoryPrep,
    () => WebApiModulesHomeControlsInventoryPrepInventoryPrep.fromJsonFactory,
  );

  return _inventoryprepPost(body: body);
}