Click or drag to resize

SupplierServiceSave Method

Saves the specified vendor.

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 vendorName,
	string vendorName2,
	bool isTransportSupplier
)

Parameters

authenticationKey
Type: SystemString
vendorNo
Type: SystemString
vendorName
Type: SystemString
vendorName2
Type: SystemString
isTransportSupplier
Type: SystemBoolean

Return Value

Type: String
See Also