Click or drag to resize

SupplierServiceSaveSupplier Method

Saves a Supplier 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 SaveSupplier(
	string authenticationKey,
	SupplierPartialEntity supplier,
	IDataSession existingDataSession = null
)

Parameters

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