POST api/Investor/v1/GetAccountTransactionReport
Request Information
URI Parameters
None.
Body Parameters
GetAccountTransactionReportRequestName | 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": "690c53ca-29e6-4a5a-be4c-03aae2b32852", "accountId": "23554a35-ce87-478a-b87b-3a23267e18b5", "bookingDateBegin": "2025-07-02T17:01:24.7202682+00:00", "bookingDateEnd": "2025-07-02T17:01:24.7202682+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>23554a35-ce87-478a-b87b-3a23267e18b5</accountId> <bookingDateBegin>2025-07-02T17:01:24.7202682+00:00</bookingDateBegin> <bookingDateEnd>2025-07-02T17:01:24.7202682+00:00</bookingDateEnd> <customerId>690c53ca-29e6-4a5a-be4c-03aae2b32852</customerId> </GetAccountTransactionReportRequest>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
GetAccountTransactionReportReplyName | Description | Type | Additional information |
---|---|---|---|
Reply |
None. |
Response Formats
application/json, text/json
Sample:
{ "Reply": { "Transactions": [ { "Id": "f12bcca9-821f-454f-ba4e-7940455a556e", "AccountNumber": "sample string 2", "AccountTransactionNumber": "sample string 3", "AccountId": "774c20e8-2c9d-448c-9263-ac53224ef65d", "CustomerId": "db2401d8-a505-43c2-900e-4688f2a7400d", "CurrencyCode": "sample string 6", "Amount": 7.0, "TypeEnum": 0, "BookingDate": "2025-07-02T17:01:24.7358973+00:00", "ValueDate": "2025-07-02T17:01:24.7358973+00:00", "PaymentDate": "2025-07-02T17:01:24.7358973+00:00", "RegistrationDate": "2025-07-02T17:01:24.7358973+00:00", "ReverseTime": "2025-07-02T17:01:24.7358973+00:00", "LoanAllocationId": "14820b91-cd27-4d12-b5d9-7a5468d65cb1", "CounterpartySpecification": "sample string 11" }, { "Id": "f12bcca9-821f-454f-ba4e-7940455a556e", "AccountNumber": "sample string 2", "AccountTransactionNumber": "sample string 3", "AccountId": "774c20e8-2c9d-448c-9263-ac53224ef65d", "CustomerId": "db2401d8-a505-43c2-900e-4688f2a7400d", "CurrencyCode": "sample string 6", "Amount": 7.0, "TypeEnum": 0, "BookingDate": "2025-07-02T17:01:24.7358973+00:00", "ValueDate": "2025-07-02T17:01:24.7358973+00:00", "PaymentDate": "2025-07-02T17:01:24.7358973+00:00", "RegistrationDate": "2025-07-02T17:01:24.7358973+00:00", "ReverseTime": "2025-07-02T17:01:24.7358973+00:00", "LoanAllocationId": "14820b91-cd27-4d12-b5d9-7a5468d65cb1", "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>774c20e8-2c9d-448c-9263-ac53224ef65d</AccountId> <AccountNumber>sample string 2</AccountNumber> <AccountTransactionNumber>sample string 3</AccountTransactionNumber> <Amount>7</Amount> <BookingDate>2025-07-02T17:01:24.7358973+00:00</BookingDate> <CounterpartySpecification>sample string 11</CounterpartySpecification> <CurrencyCode>sample string 6</CurrencyCode> <CustomerId>db2401d8-a505-43c2-900e-4688f2a7400d</CustomerId> <Id>f12bcca9-821f-454f-ba4e-7940455a556e</Id> <LoanAllocationId>14820b91-cd27-4d12-b5d9-7a5468d65cb1</LoanAllocationId> <PaymentDate>2025-07-02T17:01:24.7358973+00:00</PaymentDate> <RegistrationDate>2025-07-02T17:01:24.7358973+00:00</RegistrationDate> <ReverseTime>2025-07-02T17:01:24.7358973+00:00</ReverseTime> <TypeEnum>NULL</TypeEnum> <ValueDate>2025-07-02T17:01:24.7358973+00:00</ValueDate> </AccountTransaction> <AccountTransaction> <AccountId>774c20e8-2c9d-448c-9263-ac53224ef65d</AccountId> <AccountNumber>sample string 2</AccountNumber> <AccountTransactionNumber>sample string 3</AccountTransactionNumber> <Amount>7</Amount> <BookingDate>2025-07-02T17:01:24.7358973+00:00</BookingDate> <CounterpartySpecification>sample string 11</CounterpartySpecification> <CurrencyCode>sample string 6</CurrencyCode> <CustomerId>db2401d8-a505-43c2-900e-4688f2a7400d</CustomerId> <Id>f12bcca9-821f-454f-ba4e-7940455a556e</Id> <LoanAllocationId>14820b91-cd27-4d12-b5d9-7a5468d65cb1</LoanAllocationId> <PaymentDate>2025-07-02T17:01:24.7358973+00:00</PaymentDate> <RegistrationDate>2025-07-02T17:01:24.7358973+00:00</RegistrationDate> <ReverseTime>2025-07-02T17:01:24.7358973+00:00</ReverseTime> <TypeEnum>NULL</TypeEnum> <ValueDate>2025-07-02T17:01:24.7358973+00:00</ValueDate> </AccountTransaction> </Transactions> </Reply> </GetAccountTransactionReportReply>