physicalinventoryVoidPost method

Implementation

Future<
  chopper.Response<
    WebApiModulesInventoryPhysicalInventoryPhysicalInventoryVoidResponse
  >
>
physicalinventoryVoidPost({
  required WebApiModulesInventoryPhysicalInventoryPhysicalInventoryVoidRequest?
  body,
}) {
  generatedMapping.putIfAbsent(
    WebApiModulesInventoryPhysicalInventoryPhysicalInventoryVoidResponse,
    () => WebApiModulesInventoryPhysicalInventoryPhysicalInventoryVoidResponse
        .fromJsonFactory,
  );

  return _physicalinventoryVoidPost(body: body);
}