physicalinventorycycleinventoryIdPut method

@param id

Implementation

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

  return _physicalinventorycycleinventoryIdPut(id: id, body: body);
}