Click or drag to resize

SupplierServiceSaveSupplierSite Method

Saves a SupplierSite record.

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 void SaveSupplierSite(
	string authenticationKey,
	SupplierSitePartialEntity supplierSite,
	IDataSession existingDataSession = null
)

Parameters

authenticationKey
Type: SystemString
Authentication key
supplierSite
Type: AMCS.Elemos.IntegrationService.Entity.SupplierSupplierSitePartialEntity
Record to save
existingDataSession (Optional)
Type: IDataSession
Data session
See Also