inventoryreceiptItemmaterialsIdPut method
Future<Response<WebApiModulesInventoryInventoryReceiptItemMaterial> >
inventoryreceiptItemmaterialsIdPut({
- required String? id,
- 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);
}