POST api/Investor/v1/GetAccountTransactionReport
Request Information
URI Parameters
None.
Body Parameters
GetAccountTransactionReportRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| customerId |
Unique identifier of customer. |
globally unique identifier |
None. |
| accountId |
Account-id for filtering transactions |
globally unique identifier |
None. |
| bookingDateBegin |
Starting date for bookings for filtering transactions |
date |
None. |
| bookingDateEnd |
End date for bookings for filtering transactions |
date |
None. |
| OrganizationCode | string |
None. |
|
| UserName | string |
None. |
|
| Password | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"customerId": "d25e5712-041a-4261-9bd7-b91ba30d5513",
"accountId": "9c5e099e-ce77-4b8f-8767-df7f4146aa75",
"bookingDateBegin": "2026-07-16T16:15:46.7067094+00:00",
"bookingDateEnd": "2026-07-16T16:15:46.7067094+00:00",
"OrganizationCode": "sample string 2",
"UserName": "sample string 3",
"Password": "sample string 4"
}
application/xml, text/xml
Sample:
<GetAccountTransactionReportRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FfApi.Controllers.Investor"> <OrganizationCode xmlns="http://schemas.datacontract.org/2004/07/FfApi.Controllers">sample string 2</OrganizationCode> <Password xmlns="http://schemas.datacontract.org/2004/07/FfApi.Controllers">sample string 4</Password> <UserName xmlns="http://schemas.datacontract.org/2004/07/FfApi.Controllers">sample string 3</UserName> <accountId>9c5e099e-ce77-4b8f-8767-df7f4146aa75</accountId> <bookingDateBegin>2026-07-16T16:15:46.7067094+00:00</bookingDateBegin> <bookingDateEnd>2026-07-16T16:15:46.7067094+00:00</bookingDateEnd> <customerId>d25e5712-041a-4261-9bd7-b91ba30d5513</customerId> </GetAccountTransactionReportRequest>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
GetAccountTransactionReportReply| Name | Description | Type | Additional information |
|---|---|---|---|
| Reply |
None. |
Response Formats
application/json, text/json
Sample:
{
"Reply": {
"Transactions": [
{
"Id": "da9da044-af04-4831-94ed-4e7a6434a873",
"AccountNumber": "sample string 2",
"AccountTransactionNumber": "sample string 3",
"AccountId": "c8133e57-130b-415c-8644-bd8b0d39a8dc",
"CustomerId": "d0ba4546-d81f-40a6-a8cf-28978ed2b9ea",
"CurrencyCode": "sample string 6",
"Amount": 7.0,
"TypeEnum": 0,
"BookingDate": "2026-07-16T16:15:46.7379577+00:00",
"ValueDate": "2026-07-16T16:15:46.7379577+00:00",
"PaymentDate": "2026-07-16T16:15:46.7379577+00:00",
"RegistrationDate": "2026-07-16T16:15:46.7379577+00:00",
"ReverseTime": "2026-07-16T16:15:46.7379577+00:00",
"LoanAllocationId": "8daaee94-ff4e-46ff-8fb2-79601b531784",
"CounterpartySpecification": "sample string 11"
},
{
"Id": "da9da044-af04-4831-94ed-4e7a6434a873",
"AccountNumber": "sample string 2",
"AccountTransactionNumber": "sample string 3",
"AccountId": "c8133e57-130b-415c-8644-bd8b0d39a8dc",
"CustomerId": "d0ba4546-d81f-40a6-a8cf-28978ed2b9ea",
"CurrencyCode": "sample string 6",
"Amount": 7.0,
"TypeEnum": 0,
"BookingDate": "2026-07-16T16:15:46.7379577+00:00",
"ValueDate": "2026-07-16T16:15:46.7379577+00:00",
"PaymentDate": "2026-07-16T16:15:46.7379577+00:00",
"RegistrationDate": "2026-07-16T16:15:46.7379577+00:00",
"ReverseTime": "2026-07-16T16:15:46.7379577+00:00",
"LoanAllocationId": "8daaee94-ff4e-46ff-8fb2-79601b531784",
"CounterpartySpecification": "sample string 11"
}
]
},
"Ok": true,
"ErrorMessage": "sample string 2",
"ErrorCode": "sample string 3",
"Message": "sample string 4"
}
application/xml, text/xml
Sample:
<GetAccountTransactionReportReply xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FfApi.Controllers.Investor">
<ErrorCode xmlns="http://schemas.datacontract.org/2004/07/FfApi.Controllers">sample string 3</ErrorCode>
<ErrorMessage xmlns="http://schemas.datacontract.org/2004/07/FfApi.Controllers">sample string 2</ErrorMessage>
<Message xmlns="http://schemas.datacontract.org/2004/07/FfApi.Controllers">sample string 4</Message>
<Ok xmlns="http://schemas.datacontract.org/2004/07/FfApi.Controllers">true</Ok>
<Reply>
<Transactions>
<AccountTransaction>
<AccountId>c8133e57-130b-415c-8644-bd8b0d39a8dc</AccountId>
<AccountNumber>sample string 2</AccountNumber>
<AccountTransactionNumber>sample string 3</AccountTransactionNumber>
<Amount>7</Amount>
<BookingDate>2026-07-16T16:15:46.7379577+00:00</BookingDate>
<CounterpartySpecification>sample string 11</CounterpartySpecification>
<CurrencyCode>sample string 6</CurrencyCode>
<CustomerId>d0ba4546-d81f-40a6-a8cf-28978ed2b9ea</CustomerId>
<Id>da9da044-af04-4831-94ed-4e7a6434a873</Id>
<LoanAllocationId>8daaee94-ff4e-46ff-8fb2-79601b531784</LoanAllocationId>
<PaymentDate>2026-07-16T16:15:46.7379577+00:00</PaymentDate>
<RegistrationDate>2026-07-16T16:15:46.7379577+00:00</RegistrationDate>
<ReverseTime>2026-07-16T16:15:46.7379577+00:00</ReverseTime>
<TypeEnum>NULL</TypeEnum>
<ValueDate>2026-07-16T16:15:46.7379577+00:00</ValueDate>
</AccountTransaction>
<AccountTransaction>
<AccountId>c8133e57-130b-415c-8644-bd8b0d39a8dc</AccountId>
<AccountNumber>sample string 2</AccountNumber>
<AccountTransactionNumber>sample string 3</AccountTransactionNumber>
<Amount>7</Amount>
<BookingDate>2026-07-16T16:15:46.7379577+00:00</BookingDate>
<CounterpartySpecification>sample string 11</CounterpartySpecification>
<CurrencyCode>sample string 6</CurrencyCode>
<CustomerId>d0ba4546-d81f-40a6-a8cf-28978ed2b9ea</CustomerId>
<Id>da9da044-af04-4831-94ed-4e7a6434a873</Id>
<LoanAllocationId>8daaee94-ff4e-46ff-8fb2-79601b531784</LoanAllocationId>
<PaymentDate>2026-07-16T16:15:46.7379577+00:00</PaymentDate>
<RegistrationDate>2026-07-16T16:15:46.7379577+00:00</RegistrationDate>
<ReverseTime>2026-07-16T16:15:46.7379577+00:00</ReverseTime>
<TypeEnum>NULL</TypeEnum>
<ValueDate>2026-07-16T16:15:46.7379577+00:00</ValueDate>
</AccountTransaction>
</Transactions>
</Reply>
</GetAccountTransactionReportReply>