AccountInfoRequest
Note
For a more in depth documentation, you should check the comments from the protobuf file.
Purpose
Used for load detail information for order entry account (id, balance, order entry provider, etc.).
Field
currencyCode
- defines currency, in which convert all money related fields.
Request example
const AccountInfoRequest = {
currencyCode : "USD"
}
Responses
Valid
The server will respond with a AccountInfoResponse
, that contain accountInformation field with type AccountInformation
. If currency id not set correctly, will be loaded account information with “USD” currency format.
Error
If some error happens, server will send response with type ServerErrorMessage
.