IeCommerceServiceAccountGetById Method |
Get account by account Id
Namespace:
LSOmni.Service
Assembly:
LSOmni.Service (in LSOmni.Service.dll) Version: LS Omni 3.7.0
SyntaxAccount AccountGetById(
string accountId
)
Parameters
- accountId
- Type: SystemString
the account id
Return Value
Type:
AccountAccount
ExceptionsException | Condition |
---|
LSOmniServiceException | StatusCodes returned:
- StatusCode.Error
- StatusCode.SecurityTokenInvalid
- StatusCode.UserNotLoggedIn
- StatusCode.DeviceIsBlocked
- StatusCode.AccessNotAllowed
|
See Also