POST Productos/GetProductBankStatements
Request Information
URI Parameters
None.
Body Parameters
GetProductBankStatementsInputName | Description | Type | Additional information |
---|---|---|---|
ClientBankIdentifier | string |
None. |
|
ProductBankIdentifier | string |
None. |
|
ProductType | integer |
None. |
|
ChannelId | integer |
None. |
|
TenantId | string |
None. |
|
UserLanguage | integer |
None. |
|
UserName | string |
None. |
|
IpAddress | string |
None. |
|
Location | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "ClientBankIdentifier": "sample string 1", "ProductBankIdentifier": "sample string 2", "ProductType": 3, "ChannelId": 4, "TenantId": "sample string 5", "UserLanguage": 6, "UserName": "sample string 7", "IpAddress": "sample string 8", "Location": "sample string 9" }
application/xml, text/xml
Sample:
<GetProductBankStatementsInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FBSBankingly.Models.Input"> <ChannelId>4</ChannelId> <IpAddress>sample string 8</IpAddress> <Location>sample string 9</Location> <TenantId>sample string 5</TenantId> <UserLanguage>6</UserLanguage> <UserName>sample string 7</UserName> <ClientBankIdentifier>sample string 1</ClientBankIdentifier> <ProductBankIdentifier>sample string 2</ProductBankIdentifier> <ProductType>3</ProductType> </GetProductBankStatementsInput>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
GetProductBankStatementsResultName | Description | Type | Additional information |
---|---|---|---|
ProductBankStatements | Collection of ProductBankStatement |
None. |
Response Formats
application/json, text/json
Sample:
{ "ProductBankStatements": [ { "ProductBankIdentifier": "sample string 1", "ProductBankStatementDate": "2024-12-22T02:28:42.6626964-05:00", "ProductBankStatementId": "sample string 3", "ProductType": 4 }, { "ProductBankIdentifier": "sample string 1", "ProductBankStatementDate": "2024-12-22T02:28:42.6626964-05:00", "ProductBankStatementId": "sample string 3", "ProductType": 4 } ] }
application/xml, text/xml
Sample:
<GetProductBankStatementsResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FBSBankingly.Models.Result"> <ProductBankStatements> <ProductBankStatement> <ProductBankIdentifier>sample string 1</ProductBankIdentifier> <ProductBankStatementDate>2024-12-22T02:28:42.6626964-05:00</ProductBankStatementDate> <ProductBankStatementId>sample string 3</ProductBankStatementId> <ProductType>4</ProductType> </ProductBankStatement> <ProductBankStatement> <ProductBankIdentifier>sample string 1</ProductBankIdentifier> <ProductBankStatementDate>2024-12-22T02:28:42.6626964-05:00</ProductBankStatementDate> <ProductBankStatementId>sample string 3</ProductBankStatementId> <ProductType>4</ProductType> </ProductBankStatement> </ProductBankStatements> </GetProductBankStatementsResult>