invoiceManyPost method

Implementation

Future<
        chopper.Response<
            List<
                MicrosoftAspNetCoreMvcActionResultWebApiModulesBillingInvoiceInvoiceLogic>>>
    invoiceManyPost(
        {required List<WebApiModulesBillingInvoiceInvoice>? body}) {
  generatedMapping.putIfAbsent(
      MicrosoftAspNetCoreMvcActionResultWebApiModulesBillingInvoiceInvoiceLogic,
      () =>
          MicrosoftAspNetCoreMvcActionResultWebApiModulesBillingInvoiceInvoiceLogic
              .fromJsonFactory);

  return _invoiceManyPost(body: body);
}