You are here: RainWorx.FrameWorx.MVC Namespaces > RainWorx.FrameWorx.MVC.Controllers > AdminController Class > AddMiscSiteFee Method

AdminControllerAddMiscSiteFee Method

AuctionWorx 3.5 API
Processes request from admin to add a non-standard fee to a site fee invoice

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

Syntax

C#
public ActionResult AddMiscSiteFee(
	string userName,
	decimal feeAmount,
	string feeDesc,
	int? listingId,
	string additionalInfo,
	string returnUrl
)

Parameters

userName
Type: SystemString
payer's username
feeAmount
Type: SystemDecimal
fee amount
feeDesc
Type: SystemString
fee description
listingId
Type: SystemNullableInt32
(optional) null, or id of associated listing
additionalInfo
Type: SystemString
(optional) additional information to be associated with new line item
returnUrl
Type: SystemString
the optional url to redirect to upon success

Return Value

Type: ActionResult
Redirect to the invoice detail view
See Also

Reference

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