inventoryreceiptItemmaterialsIdPut method

Future<Response<WebApiModulesInventoryInventoryReceiptItemMaterial>> inventoryreceiptItemmaterialsIdPut({
  1. required String? id,
  2. required WebApiModulesInventoryInventoryReceiptItemMaterial? body,
})

@param id

Implementation

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

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