 | 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)
Syntaxpublic 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
)
Public Function Save (
authenticationKey As String,
vendorNo As String,
orderAddressCode As String,
name As String,
name2 As String,
address As String,
address2 As String,
city As String,
county As String,
postCode As String,
phone As String,
fax As String
) As String
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
See Also