inventoryprepPost method

Implementation

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

  return _inventoryprepPost(body: body);
}