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": "78c2024c-0487-4b1f-93a1-051ca5b9a4fb",
"accountId": "1e6957b2-15c0-49af-8a74-1699664d2b21",
"bookingDateBegin": "2025-11-03T15:38:29.7935778+00:00",
"bookingDateEnd": "2025-11-03T15:38:29.7935778+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>1e6957b2-15c0-49af-8a74-1699664d2b21</accountId> <bookingDateBegin>2025-11-03T15:38:29.7935778+00:00</bookingDateBegin> <bookingDateEnd>2025-11-03T15:38:29.7935778+00:00</bookingDateEnd> <customerId>78c2024c-0487-4b1f-93a1-051ca5b9a4fb</customerId> </GetAccountTransactionReportRequest>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
GetAccountTransactionReportReply| Name | Description | Type | Additional information |
|---|---|---|---|
| Reply | AccountTransactionReport |
None. |
|
| Ok | boolean |
None. |
|
| ErrorMessage | string |
None. |
|
| ErrorCode | string |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Reply": {
"Transactions": [
{
"Id": "21f4fa28-c868-461f-ae7f-bce6fc913064",
"AccountNumber": "sample string 2",
"AccountTransactionNumber": "sample string 3",
"AccountId": "e7ab4696-2921-4ab5-892d-9818515e0103",
"CustomerId": "b1a136ca-faa5-4216-acee-6550a7c6ddba",
"CurrencyCode": "sample string 6",
"Amount": 7.0,
"TypeEnum": 0,
"BookingDate": "2025-11-03T15:38:29.8091985+00:00",
"ValueDate": "2025-11-03T15:38:29.8091985+00:00",
"PaymentDate": "2025-11-03T15:38:29.8091985+00:00",
"RegistrationDate": "2025-11-03T15:38:29.8091985+00:00",
"ReverseTime": "2025-11-03T15:38:29.8091985+00:00",
"LoanAllocationId": "c12c4095-080d-465f-9eb3-615dfe950e70",
"CounterpartySpecification": "sample string 11"
},
{
"Id": "21f4fa28-c868-461f-ae7f-bce6fc913064",
"AccountNumber": "sample string 2",
"AccountTransactionNumber": "sample string 3",
"AccountId": "e7ab4696-2921-4ab5-892d-9818515e0103",
"CustomerId": "b1a136ca-faa5-4216-acee-6550a7c6ddba",
"CurrencyCode": "sample string 6",
"Amount": 7.0,
"TypeEnum": 0,
"BookingDate": "2025-11-03T15:38:29.8091985+00:00",
"ValueDate": "2025-11-03T15:38:29.8091985+00:00",
"PaymentDate": "2025-11-03T15:38:29.8091985+00:00",
"RegistrationDate": "2025-11-03T15:38:29.8091985+00:00",
"ReverseTime": "2025-11-03T15:38:29.8091985+00:00",
"LoanAllocationId": "c12c4095-080d-465f-9eb3-615dfe950e70",
"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>e7ab4696-2921-4ab5-892d-9818515e0103</AccountId>
<AccountNumber>sample string 2</AccountNumber>
<AccountTransactionNumber>sample string 3</AccountTransactionNumber>
<Amount>7</Amount>
<BookingDate>2025-11-03T15:38:29.8091985+00:00</BookingDate>
<CounterpartySpecification>sample string 11</CounterpartySpecification>
<CurrencyCode>sample string 6</CurrencyCode>
<CustomerId>b1a136ca-faa5-4216-acee-6550a7c6ddba</CustomerId>
<Id>21f4fa28-c868-461f-ae7f-bce6fc913064</Id>
<LoanAllocationId>c12c4095-080d-465f-9eb3-615dfe950e70</LoanAllocationId>
<PaymentDate>2025-11-03T15:38:29.8091985+00:00</PaymentDate>
<RegistrationDate>2025-11-03T15:38:29.8091985+00:00</RegistrationDate>
<ReverseTime>2025-11-03T15:38:29.8091985+00:00</ReverseTime>
<TypeEnum>NULL</TypeEnum>
<ValueDate>2025-11-03T15:38:29.8091985+00:00</ValueDate>
</AccountTransaction>
<AccountTransaction>
<AccountId>e7ab4696-2921-4ab5-892d-9818515e0103</AccountId>
<AccountNumber>sample string 2</AccountNumber>
<AccountTransactionNumber>sample string 3</AccountTransactionNumber>
<Amount>7</Amount>
<BookingDate>2025-11-03T15:38:29.8091985+00:00</BookingDate>
<CounterpartySpecification>sample string 11</CounterpartySpecification>
<CurrencyCode>sample string 6</CurrencyCode>
<CustomerId>b1a136ca-faa5-4216-acee-6550a7c6ddba</CustomerId>
<Id>21f4fa28-c868-461f-ae7f-bce6fc913064</Id>
<LoanAllocationId>c12c4095-080d-465f-9eb3-615dfe950e70</LoanAllocationId>
<PaymentDate>2025-11-03T15:38:29.8091985+00:00</PaymentDate>
<RegistrationDate>2025-11-03T15:38:29.8091985+00:00</RegistrationDate>
<ReverseTime>2025-11-03T15:38:29.8091985+00:00</ReverseTime>
<TypeEnum>NULL</TypeEnum>
<ValueDate>2025-11-03T15:38:29.8091985+00:00</ValueDate>
</AccountTransaction>
</Transactions>
</Reply>
</GetAccountTransactionReportReply>