IeCommerceServiceSalesEntriesGetByContactId Method |
Get all Sales Entries (Transactions and Invoices) by contact Id
Namespace:
LSOmni.Service
Assembly:
LSOmni.Service (in LSOmni.Service.dll) Version: LS Omni 3.7.0
SyntaxList<LoyTransaction> SalesEntriesGetByContactId(
string contactId,
int maxNumberOfTransactions
)
Parameters
- contactId
- Type: SystemString
contact Id - maxNumberOfTransactions
- Type: SystemInt32
max number of transactions returned
Return Value
Type:
ListLoyTransactionList of most recent Transactions for a contact
ExceptionsException | Condition |
---|
LSOmniServiceException | StatusCodes returned:
- StatusCode.Error
- StatusCode.SecurityTokenInvalid
- StatusCode.UserNotLoggedIn
- StatusCode.DeviceIsBlocked
- StatusCode.AccessNotAllowed
|
See Also