Description
Returns the customer that has been assigned to the current transaction given your local transaction number. Returns the TransactionCustomer entity which contains the key summary identification information of the customer.
Parameters
Name |
Type |
Description |
credential |
Credential |
|
externalId |
string |
|
Returns
A GetTransactionCustomerByExternalIdResult element having the structure defined by the following table.
Name |
Type |
Description |
AccountNumber |
string |
|
Address1 |
string |
|
Address2 |
string |
|
City |
string |
|
CompanyName |
string |
|
Country |
string |
|
EmailAddress |
string |
|
ExternalId |
string |
The unique customer Id of the external system (i.e. your application)
|
FacebookId |
string |
|
FaxNumber |
string |
|
FirstName |
string |
|
Id |
int |
The bLoyal customer id
|
IsTaxExempt |
boolean |
|
LastName |
string |
|
LoyaltyCardNumber |
string |
|
MobileDeviceId |
string |
|
MobilePhone |
string |
|
Phone1 |
string |
|
Phone2 |
string |
|
PriceLevel |
DM.PriceLevel |
|
State |
string |
|
TwitterId |
string |
|
Type |
DM.CustomerType |
|
ZipCode |
string |
|
Faults
Name |
Content |
Description |
SecurityFaultFault |
SecurityFault |
|
BusinessFaultFault |
BusinessFault |
|
RedirectFaultFault |
RedirectFault |
|
SystemFaultFault |
SystemFault |
|