Class AddressesController
Inheritance
System.Object
AddressesController
Assembly: EPiServer.Commerce.UI.Admin.dll
Version: 14.26.0
Syntax
public class AddressesController : Controller
Constructors
AddressesController(ICustomerService)
Declaration
public AddressesController(ICustomerService customerService)
Parameters
Methods
AddOrUpdate(AddressModel)
Declaration
public ActionResult AddOrUpdate(AddressModel model)
Parameters
Returns
Type |
Description |
Microsoft.AspNetCore.Mvc.ActionResult |
|
Delete(List<String>)
Declaration
public ActionResult Delete(List<string> addressIds)
Parameters
Type |
Name |
Description |
System.Collections.Generic.List<System.String> |
addressIds |
|
Returns
Type |
Description |
Microsoft.AspNetCore.Mvc.ActionResult |
|
Get(Guid)
Declaration
public ActionResult Get(Guid addressId)
Parameters
Type |
Name |
Description |
System.Guid |
addressId |
|
Returns
Type |
Description |
Microsoft.AspNetCore.Mvc.ActionResult |
|
Declaration
public ActionResult GetByContactId(string contactId)
Parameters
Type |
Name |
Description |
System.String |
contactId |
|
Returns
Type |
Description |
Microsoft.AspNetCore.Mvc.ActionResult |
|
GetByOrganizationId(String)
Declaration
public ActionResult GetByOrganizationId(string orgId)
Parameters
Type |
Name |
Description |
System.String |
orgId |
|
Returns
Type |
Description |
Microsoft.AspNetCore.Mvc.ActionResult |
|