Click or drag to resize

IeCommerceServiceAccountGetById Method

Get account by account Id

Namespace:  LSOmni.Service
Assembly:  LSOmni.Service (in LSOmni.Service.dll) Version: LS Omni 3.7.0
Syntax
C#
Account AccountGetById(
	string accountId
)

Parameters

accountId
Type: SystemString
the account id

Return Value

Type: Account
Account
Exceptions
ExceptionCondition
LSOmniServiceExceptionStatusCodes returned:
  • StatusCode.Error
  • StatusCode.SecurityTokenInvalid
  • StatusCode.UserNotLoggedIn
  • StatusCode.DeviceIsBlocked
  • StatusCode.AccessNotAllowed
See Also