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": "972cc4fe-251d-4a8b-98a5-c9ab7df62fca",
"accountId": "91d59d9b-2f95-4a51-a945-1353a575205f",
"bookingDateBegin": "2026-03-25T09:41:34.1792596+00:00",
"bookingDateEnd": "2026-03-25T09:41:34.1792596+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>91d59d9b-2f95-4a51-a945-1353a575205f</accountId> <bookingDateBegin>2026-03-25T09:41:34.1792596+00:00</bookingDateBegin> <bookingDateEnd>2026-03-25T09:41:34.1792596+00:00</bookingDateEnd> <customerId>972cc4fe-251d-4a8b-98a5-c9ab7df62fca</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": "1882e3e1-d35c-4c2f-a8dc-8bf242a48d43",
"AccountNumber": "sample string 2",
"AccountTransactionNumber": "sample string 3",
"AccountId": "8f0b3b0e-6c39-4897-80dd-8f9720c41cf4",
"CustomerId": "e1461f23-eff3-4354-9fc1-784995ac6678",
"CurrencyCode": "sample string 6",
"Amount": 7.0,
"TypeEnum": 0,
"BookingDate": "2026-03-25T09:41:34.1903749+00:00",
"ValueDate": "2026-03-25T09:41:34.1903749+00:00",
"PaymentDate": "2026-03-25T09:41:34.1903749+00:00",
"RegistrationDate": "2026-03-25T09:41:34.1903749+00:00",
"ReverseTime": "2026-03-25T09:41:34.1903749+00:00",
"LoanAllocationId": "3afe7320-038a-43c9-8f58-0a318e58dc41",
"CounterpartySpecification": "sample string 11"
},
{
"Id": "1882e3e1-d35c-4c2f-a8dc-8bf242a48d43",
"AccountNumber": "sample string 2",
"AccountTransactionNumber": "sample string 3",
"AccountId": "8f0b3b0e-6c39-4897-80dd-8f9720c41cf4",
"CustomerId": "e1461f23-eff3-4354-9fc1-784995ac6678",
"CurrencyCode": "sample string 6",
"Amount": 7.0,
"TypeEnum": 0,
"BookingDate": "2026-03-25T09:41:34.1903749+00:00",
"ValueDate": "2026-03-25T09:41:34.1903749+00:00",
"PaymentDate": "2026-03-25T09:41:34.1903749+00:00",
"RegistrationDate": "2026-03-25T09:41:34.1903749+00:00",
"ReverseTime": "2026-03-25T09:41:34.1903749+00:00",
"LoanAllocationId": "3afe7320-038a-43c9-8f58-0a318e58dc41",
"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>8f0b3b0e-6c39-4897-80dd-8f9720c41cf4</AccountId>
<AccountNumber>sample string 2</AccountNumber>
<AccountTransactionNumber>sample string 3</AccountTransactionNumber>
<Amount>7</Amount>
<BookingDate>2026-03-25T09:41:34.1903749+00:00</BookingDate>
<CounterpartySpecification>sample string 11</CounterpartySpecification>
<CurrencyCode>sample string 6</CurrencyCode>
<CustomerId>e1461f23-eff3-4354-9fc1-784995ac6678</CustomerId>
<Id>1882e3e1-d35c-4c2f-a8dc-8bf242a48d43</Id>
<LoanAllocationId>3afe7320-038a-43c9-8f58-0a318e58dc41</LoanAllocationId>
<PaymentDate>2026-03-25T09:41:34.1903749+00:00</PaymentDate>
<RegistrationDate>2026-03-25T09:41:34.1903749+00:00</RegistrationDate>
<ReverseTime>2026-03-25T09:41:34.1903749+00:00</ReverseTime>
<TypeEnum>NULL</TypeEnum>
<ValueDate>2026-03-25T09:41:34.1903749+00:00</ValueDate>
</AccountTransaction>
<AccountTransaction>
<AccountId>8f0b3b0e-6c39-4897-80dd-8f9720c41cf4</AccountId>
<AccountNumber>sample string 2</AccountNumber>
<AccountTransactionNumber>sample string 3</AccountTransactionNumber>
<Amount>7</Amount>
<BookingDate>2026-03-25T09:41:34.1903749+00:00</BookingDate>
<CounterpartySpecification>sample string 11</CounterpartySpecification>
<CurrencyCode>sample string 6</CurrencyCode>
<CustomerId>e1461f23-eff3-4354-9fc1-784995ac6678</CustomerId>
<Id>1882e3e1-d35c-4c2f-a8dc-8bf242a48d43</Id>
<LoanAllocationId>3afe7320-038a-43c9-8f58-0a318e58dc41</LoanAllocationId>
<PaymentDate>2026-03-25T09:41:34.1903749+00:00</PaymentDate>
<RegistrationDate>2026-03-25T09:41:34.1903749+00:00</RegistrationDate>
<ReverseTime>2026-03-25T09:41:34.1903749+00:00</ReverseTime>
<TypeEnum>NULL</TypeEnum>
<ValueDate>2026-03-25T09:41:34.1903749+00:00</ValueDate>
</AccountTransaction>
</Transactions>
</Reply>
</GetAccountTransactionReportReply>