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": "529f12ac-b0be-4280-b782-bd233b50a6dc", "accountId": "1d565788-4227-410c-9b95-d4bc6215023c", "bookingDateBegin": "2025-10-05T15:46:39.2358226+00:00", "bookingDateEnd": "2025-10-05T15:46:39.2358226+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>1d565788-4227-410c-9b95-d4bc6215023c</accountId> <bookingDateBegin>2025-10-05T15:46:39.2358226+00:00</bookingDateBegin> <bookingDateEnd>2025-10-05T15:46:39.2358226+00:00</bookingDateEnd> <customerId>529f12ac-b0be-4280-b782-bd233b50a6dc</customerId> </GetAccountTransactionReportRequest>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
GetAccountTransactionReportReplyName | 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": "dcc3465e-bf08-4927-8fda-3a9f32c0a507", "AccountNumber": "sample string 2", "AccountTransactionNumber": "sample string 3", "AccountId": "6ae97f6f-fa4d-4065-852f-a4facd3753ab", "CustomerId": "c4ad383a-538a-44ba-b0ff-858db6f1065e", "CurrencyCode": "sample string 6", "Amount": 7.0, "TypeEnum": 0, "BookingDate": "2025-10-05T15:46:39.2670416+00:00", "ValueDate": "2025-10-05T15:46:39.2670416+00:00", "PaymentDate": "2025-10-05T15:46:39.2670416+00:00", "RegistrationDate": "2025-10-05T15:46:39.2670416+00:00", "ReverseTime": "2025-10-05T15:46:39.2670416+00:00", "LoanAllocationId": "c8631ab4-d868-4f5f-ae2e-6053e47f08b6", "CounterpartySpecification": "sample string 11" }, { "Id": "dcc3465e-bf08-4927-8fda-3a9f32c0a507", "AccountNumber": "sample string 2", "AccountTransactionNumber": "sample string 3", "AccountId": "6ae97f6f-fa4d-4065-852f-a4facd3753ab", "CustomerId": "c4ad383a-538a-44ba-b0ff-858db6f1065e", "CurrencyCode": "sample string 6", "Amount": 7.0, "TypeEnum": 0, "BookingDate": "2025-10-05T15:46:39.2670416+00:00", "ValueDate": "2025-10-05T15:46:39.2670416+00:00", "PaymentDate": "2025-10-05T15:46:39.2670416+00:00", "RegistrationDate": "2025-10-05T15:46:39.2670416+00:00", "ReverseTime": "2025-10-05T15:46:39.2670416+00:00", "LoanAllocationId": "c8631ab4-d868-4f5f-ae2e-6053e47f08b6", "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>6ae97f6f-fa4d-4065-852f-a4facd3753ab</AccountId> <AccountNumber>sample string 2</AccountNumber> <AccountTransactionNumber>sample string 3</AccountTransactionNumber> <Amount>7</Amount> <BookingDate>2025-10-05T15:46:39.2670416+00:00</BookingDate> <CounterpartySpecification>sample string 11</CounterpartySpecification> <CurrencyCode>sample string 6</CurrencyCode> <CustomerId>c4ad383a-538a-44ba-b0ff-858db6f1065e</CustomerId> <Id>dcc3465e-bf08-4927-8fda-3a9f32c0a507</Id> <LoanAllocationId>c8631ab4-d868-4f5f-ae2e-6053e47f08b6</LoanAllocationId> <PaymentDate>2025-10-05T15:46:39.2670416+00:00</PaymentDate> <RegistrationDate>2025-10-05T15:46:39.2670416+00:00</RegistrationDate> <ReverseTime>2025-10-05T15:46:39.2670416+00:00</ReverseTime> <TypeEnum>NULL</TypeEnum> <ValueDate>2025-10-05T15:46:39.2670416+00:00</ValueDate> </AccountTransaction> <AccountTransaction> <AccountId>6ae97f6f-fa4d-4065-852f-a4facd3753ab</AccountId> <AccountNumber>sample string 2</AccountNumber> <AccountTransactionNumber>sample string 3</AccountTransactionNumber> <Amount>7</Amount> <BookingDate>2025-10-05T15:46:39.2670416+00:00</BookingDate> <CounterpartySpecification>sample string 11</CounterpartySpecification> <CurrencyCode>sample string 6</CurrencyCode> <CustomerId>c4ad383a-538a-44ba-b0ff-858db6f1065e</CustomerId> <Id>dcc3465e-bf08-4927-8fda-3a9f32c0a507</Id> <LoanAllocationId>c8631ab4-d868-4f5f-ae2e-6053e47f08b6</LoanAllocationId> <PaymentDate>2025-10-05T15:46:39.2670416+00:00</PaymentDate> <RegistrationDate>2025-10-05T15:46:39.2670416+00:00</RegistrationDate> <ReverseTime>2025-10-05T15:46:39.2670416+00:00</ReverseTime> <TypeEnum>NULL</TypeEnum> <ValueDate>2025-10-05T15:46:39.2670416+00:00</ValueDate> </AccountTransaction> </Transactions> </Reply> </GetAccountTransactionReportReply>