inventoryreceiptItemmaterialsPost method

Implementation

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

  return _inventoryreceiptItemmaterialsPost(body: body);
}