inventoryreceiptManyPost method

Implementation

Future<
        chopper.Response<
            List<
                MicrosoftAspNetCoreMvcActionResultWebApiModulesInventoryInventoryReceiptInventoryReceiptLogic>>>
    inventoryreceiptManyPost(
        {required List<
                WebApiModulesInventoryInventoryReceiptInventoryReceipt>?
            body}) {
  generatedMapping.putIfAbsent(
      MicrosoftAspNetCoreMvcActionResultWebApiModulesInventoryInventoryReceiptInventoryReceiptLogic,
      () =>
          MicrosoftAspNetCoreMvcActionResultWebApiModulesInventoryInventoryReceiptInventoryReceiptLogic
              .fromJsonFactory);

  return _inventoryreceiptManyPost(body: body);
}