physicalinventorycycleinventoryPost method

Implementation

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

  return _physicalinventorycycleinventoryPost(body: body);
}