physicalinventoryinventoryIdPut method

@param id

Implementation

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

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