vendorinvoiceprocessbatchCreatebatchPost method
Future<Response<WebApiModulesUtilitiesVendorInvoiceProcessBatchVendorInvoiceProcessBatchResponse> >
vendorinvoiceprocessbatchCreatebatchPost({})
Implementation
Future<
chopper.Response<
WebApiModulesUtilitiesVendorInvoiceProcessBatchVendorInvoiceProcessBatchResponse>>
vendorinvoiceprocessbatchCreatebatchPost(
{required WebApiModulesUtilitiesVendorInvoiceProcessBatchVendorInvoiceProcessBatchRequest?
body}) {
generatedMapping.putIfAbsent(
WebApiModulesUtilitiesVendorInvoiceProcessBatchVendorInvoiceProcessBatchResponse,
() =>
WebApiModulesUtilitiesVendorInvoiceProcessBatchVendorInvoiceProcessBatchResponse
.fromJsonFactory);
return _vendorinvoiceprocessbatchCreatebatchPost(body: body);
}