 | 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)
Syntaxpublic void SaveSupplier(
string authenticationKey,
SupplierPartialEntity supplier,
IDataSession existingDataSession = null
)
Public Sub SaveSupplier (
authenticationKey As String,
supplier As SupplierPartialEntity,
Optional existingDataSession As IDataSession = Nothing
)
Parameters
- authenticationKey
- Type: SystemString
Authentication key - supplier
- Type: AMCS.Elemos.IntegrationService.Entity.SupplierSupplierPartialEntity
Record to save - existingDataSession (Optional)
- Type: IDataSession
Data session
See Also