Click or drag to resize

CustomerServiceCreateOrUpdateShippingAddress Method

Namespace:  Bex.API
Assembly:  Bex.API (in Bex.API.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[WebMethodAttribute]
public AddressDto CreateOrUpdateShippingAddress(
	string apiKey,
	string customerNo,
	AddressDto shippingAddress,
	bool useAsDefault
)

Parameters

apiKey
Type: SystemString
customerNo
Type: SystemString
shippingAddress
Type: Bex.API.ServiceDTOsAddressDto
useAsDefault
Type: SystemBoolean

Return Value

Type: AddressDto
See Also