physicalinventorycycleinventoryIdPut method

@param id

Implementation

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

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