Click or drag to resize

SupplierSiteServiceSave Method

Saves the specified vendor site.

Namespace:  AMCS.Elemos.IntegrationService.Services.Supplier
Assembly:  AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public string Save(
	string authenticationKey,
	string vendorNo,
	string orderAddressCode,
	string name,
	string name2,
	string address,
	string address2,
	string city,
	string county,
	string postCode,
	string phone,
	string fax
)

Parameters

authenticationKey
Type: SystemString
vendorNo
Type: SystemString
orderAddressCode
Type: SystemString
name
Type: SystemString
name2
Type: SystemString
address
Type: SystemString
address2
Type: SystemString
city
Type: SystemString
county
Type: SystemString
postCode
Type: SystemString
phone
Type: SystemString
fax
Type: SystemString

Return Value

Type: String
Exceptions
ExceptionCondition
FaultException
FaultReason
See Also