You are here: RainWorx.FrameWorx.MVC Namespaces > RainWorx.FrameWorx.MVC.Controllers > AccountController Class > SetBillingAddress Method (Int32, Int32)

AccountControllerSetBillingAddress Method (Int32, Int32)

AuctionWorx 3.5 API
Processes request to set the specified address as the billing address

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

Syntax

C#
public ActionResult SetBillingAddress(
	int invoiceID,
	int selectedAddressID
)

Parameters

invoiceID
Type: SystemInt32
ID of the invoice to be updated
selectedAddressID
Type: SystemInt32
ID of the address to be used

Return Value

Type: ActionResult
Redirect to invoice detail view
See Also

Reference

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