physicalinventoryIdPut method

@param id

Implementation

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

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