physicalinventoryApprovePost method

Implementation

Future<
  chopper.Response<
    WebApiModulesInventoryPhysicalInventoryPhysicalInventoryApproveResponse
  >
>
physicalinventoryApprovePost({
  required WebApiModulesInventoryPhysicalInventoryPhysicalInventoryApproveRequest?
  body,
}) {
  generatedMapping.putIfAbsent(
    WebApiModulesInventoryPhysicalInventoryPhysicalInventoryApproveResponse,
    () =>
        WebApiModulesInventoryPhysicalInventoryPhysicalInventoryApproveResponse
            .fromJsonFactory,
  );

  return _physicalinventoryApprovePost(body: body);
}