physicalinventoryPrescanPost method

Implementation

Future<
  chopper.Response<
    WebApiModulesInventoryPhysicalInventoryPhysicalInventoryPrescanResponse
  >
>
physicalinventoryPrescanPost({
  required WebApiModulesInventoryPhysicalInventoryPhysicalInventoryPrescanRequest?
  body,
}) {
  generatedMapping.putIfAbsent(
    WebApiModulesInventoryPhysicalInventoryPhysicalInventoryPrescanResponse,
    () =>
        WebApiModulesInventoryPhysicalInventoryPhysicalInventoryPrescanResponse
            .fromJsonFactory,
  );

  return _physicalinventoryPrescanPost(body: body);
}