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

AccountControllerGenerateConsignorStatements Method

AuctionWorx 3.5 API
Processes request to create all consignor statements either for the specified event, or any owned by the authenticated user which are not in an event

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

Syntax

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

Parameters

eventId
Type: SystemNullableInt32
optional, the id of the specified event, -2 for all event and non-event sales
returnUrl
Type: SystemString
the url to redierect to

Return Value

Type: ActionResult
See Also

Reference

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