 | 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
)
<WebMethodAttribute>
Public Function CreateOrUpdateShippingAddress (
apiKey As String,
customerNo As String,
shippingAddress As AddressDto,
useAsDefault As Boolean
) As AddressDto
public:
[WebMethodAttribute]
AddressDto^ CreateOrUpdateShippingAddress(
String^ apiKey,
String^ customerNo,
AddressDto^ shippingAddress,
bool useAsDefault
)
[<WebMethodAttribute>]
member CreateOrUpdateShippingAddress :
apiKey : string *
customerNo : string *
shippingAddress : AddressDto *
useAsDefault : bool -> AddressDto
Parameters
- apiKey
- Type: SystemString
- customerNo
- Type: SystemString
- shippingAddress
- Type: Bex.API.ServiceDTOsAddressDto
- useAsDefault
- Type: SystemBoolean
Return Value
Type:
AddressDto
See Also