You are here: RainWorx.FrameWorx.MVC Namespaces > RainWorx.FrameWorx.MVC.Controllers > AccountController Class > CreateAllInvoices Method

AccountControllerCreateAllInvoices Method

AuctionWorx 3.5 API
Creates an invoice for each successful line item, adding similar line items where possible.

Namespace:  RainWorx.FrameWorx.MVC.Controllers
Assembly:  RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5

Syntax

C#
public ActionResult CreateAllInvoices(
	int? eventId,
	string returnUrl
)

Parameters

eventId
Type: SystemNullableInt32
optional event ID to limit results to
returnUrl
Type: SystemString
optional return URL

Return Value

Type: ActionResult
Redirect to /Account/Listings/Successful if no return url is provided
See Also

Reference

Copyright © 2002-2022. RainWorx Software. All rights reserved.