 | CustomerServiceSaveCustomers Method |
Saves the list of customer entities.
Namespace:
AMCS.Elemos.IntegrationService.Services.Customer
Assembly:
AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic IList<Guid> SaveCustomers(
string authenticationKey,
IList<CustomerPartialEntity> customers,
IDataSession existingDataSession = null,
bool hasErrors = false
)
Public Function SaveCustomers (
authenticationKey As String,
customers As IList(Of CustomerPartialEntity),
Optional existingDataSession As IDataSession = Nothing,
Optional hasErrors As Boolean = false
) As IList(Of Guid)
Parameters
- authenticationKey
- Type: SystemString
The authentication key. This is an auto generated key generated by AMCS and should be provided to gain access to the system. This key is used to audit all methods and transactions performed using this interface. - customers
- Type: System.Collections.GenericIListCustomerPartialEntity
The customers. - existingDataSession (Optional)
- Type: IDataSession
The existing data session. - hasErrors (Optional)
- Type: SystemBoolean
if set to true [has errors].
Return Value
Type:
IListGuid
See Also