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": "66ac0497-645d-4ada-9d14-2ae2494cf8ce",
"accountId": "cacc4a70-e898-4ca1-b635-af688c04d53b",
"bookingDateBegin": "2025-12-17T15:53:49.6072464+00:00",
"bookingDateEnd": "2025-12-17T15:53:49.6072464+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>cacc4a70-e898-4ca1-b635-af688c04d53b</accountId> <bookingDateBegin>2025-12-17T15:53:49.6072464+00:00</bookingDateBegin> <bookingDateEnd>2025-12-17T15:53:49.6072464+00:00</bookingDateEnd> <customerId>66ac0497-645d-4ada-9d14-2ae2494cf8ce</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": "129db1eb-c122-4add-a592-59fd8371a133",
"AccountNumber": "sample string 2",
"AccountTransactionNumber": "sample string 3",
"AccountId": "15c7a646-f785-4dc5-b50b-aafbde7ea664",
"CustomerId": "6ac1c62f-0c8d-4813-80d0-ec816bd6762b",
"CurrencyCode": "sample string 6",
"Amount": 7.0,
"TypeEnum": 0,
"BookingDate": "2025-12-17T15:53:49.6541117+00:00",
"ValueDate": "2025-12-17T15:53:49.6541117+00:00",
"PaymentDate": "2025-12-17T15:53:49.6541117+00:00",
"RegistrationDate": "2025-12-17T15:53:49.6541117+00:00",
"ReverseTime": "2025-12-17T15:53:49.6541117+00:00",
"LoanAllocationId": "98b76172-6035-40c6-b5f9-0b5f2b24b2cf",
"CounterpartySpecification": "sample string 11"
},
{
"Id": "129db1eb-c122-4add-a592-59fd8371a133",
"AccountNumber": "sample string 2",
"AccountTransactionNumber": "sample string 3",
"AccountId": "15c7a646-f785-4dc5-b50b-aafbde7ea664",
"CustomerId": "6ac1c62f-0c8d-4813-80d0-ec816bd6762b",
"CurrencyCode": "sample string 6",
"Amount": 7.0,
"TypeEnum": 0,
"BookingDate": "2025-12-17T15:53:49.6541117+00:00",
"ValueDate": "2025-12-17T15:53:49.6541117+00:00",
"PaymentDate": "2025-12-17T15:53:49.6541117+00:00",
"RegistrationDate": "2025-12-17T15:53:49.6541117+00:00",
"ReverseTime": "2025-12-17T15:53:49.6541117+00:00",
"LoanAllocationId": "98b76172-6035-40c6-b5f9-0b5f2b24b2cf",
"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>15c7a646-f785-4dc5-b50b-aafbde7ea664</AccountId>
<AccountNumber>sample string 2</AccountNumber>
<AccountTransactionNumber>sample string 3</AccountTransactionNumber>
<Amount>7</Amount>
<BookingDate>2025-12-17T15:53:49.6541117+00:00</BookingDate>
<CounterpartySpecification>sample string 11</CounterpartySpecification>
<CurrencyCode>sample string 6</CurrencyCode>
<CustomerId>6ac1c62f-0c8d-4813-80d0-ec816bd6762b</CustomerId>
<Id>129db1eb-c122-4add-a592-59fd8371a133</Id>
<LoanAllocationId>98b76172-6035-40c6-b5f9-0b5f2b24b2cf</LoanAllocationId>
<PaymentDate>2025-12-17T15:53:49.6541117+00:00</PaymentDate>
<RegistrationDate>2025-12-17T15:53:49.6541117+00:00</RegistrationDate>
<ReverseTime>2025-12-17T15:53:49.6541117+00:00</ReverseTime>
<TypeEnum>NULL</TypeEnum>
<ValueDate>2025-12-17T15:53:49.6541117+00:00</ValueDate>
</AccountTransaction>
<AccountTransaction>
<AccountId>15c7a646-f785-4dc5-b50b-aafbde7ea664</AccountId>
<AccountNumber>sample string 2</AccountNumber>
<AccountTransactionNumber>sample string 3</AccountTransactionNumber>
<Amount>7</Amount>
<BookingDate>2025-12-17T15:53:49.6541117+00:00</BookingDate>
<CounterpartySpecification>sample string 11</CounterpartySpecification>
<CurrencyCode>sample string 6</CurrencyCode>
<CustomerId>6ac1c62f-0c8d-4813-80d0-ec816bd6762b</CustomerId>
<Id>129db1eb-c122-4add-a592-59fd8371a133</Id>
<LoanAllocationId>98b76172-6035-40c6-b5f9-0b5f2b24b2cf</LoanAllocationId>
<PaymentDate>2025-12-17T15:53:49.6541117+00:00</PaymentDate>
<RegistrationDate>2025-12-17T15:53:49.6541117+00:00</RegistrationDate>
<ReverseTime>2025-12-17T15:53:49.6541117+00:00</ReverseTime>
<TypeEnum>NULL</TypeEnum>
<ValueDate>2025-12-17T15:53:49.6541117+00:00</ValueDate>
</AccountTransaction>
</Transactions>
</Reply>
</GetAccountTransactionReportReply>