physicalinventoryItemsaddedIdPut method

@param id

Implementation

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

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