physicalinventoryClosePost method

Implementation

Future<
  chopper.Response<
    WebApiModulesInventoryPhysicalInventoryPhysicalInventoryCloseResponse
  >
>
physicalinventoryClosePost({
  required WebApiModulesInventoryPhysicalInventoryPhysicalInventoryCloseRequest?
  body,
}) {
  generatedMapping.putIfAbsent(
    WebApiModulesInventoryPhysicalInventoryPhysicalInventoryCloseResponse,
    () =>
        WebApiModulesInventoryPhysicalInventoryPhysicalInventoryCloseResponse
            .fromJsonFactory,
  );

  return _physicalinventoryClosePost(body: body);
}