POST Productos/GetProductBankStatementFile

Request Information

URI Parameters

None.

Body Parameters

GetProductBankStatementFileInput
NameDescriptionTypeAdditional information
ProductBankStatement

ProductBankStatement

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:
{
  "ProductBankStatement": {
    "ProductBankIdentifier": "sample string 1",
    "ProductBankStatementDate": "2024-12-22T01:46:16.8989237-05:00",
    "ProductBankStatementId": "sample string 3",
    "ProductType": 4
  },
  "ChannelId": 1,
  "TenantId": "sample string 2",
  "UserLanguage": 3,
  "UserName": "sample string 4",
  "IpAddress": "sample string 5",
  "Location": "sample string 6"
}

application/xml, text/xml

Sample:
<GetProductBankStatementFileInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FBSBankingly.Models.Input">
  <ChannelId>1</ChannelId>
  <IpAddress>sample string 5</IpAddress>
  <Location>sample string 6</Location>
  <TenantId>sample string 2</TenantId>
  <UserLanguage>3</UserLanguage>
  <UserName>sample string 4</UserName>
  <ProductBankStatement xmlns:d2p1="http://schemas.datacontract.org/2004/07/FBSBankingly.Models.Result">
    <d2p1:ProductBankIdentifier>sample string 1</d2p1:ProductBankIdentifier>
    <d2p1:ProductBankStatementDate>2024-12-22T01:46:16.8989237-05:00</d2p1:ProductBankStatementDate>
    <d2p1:ProductBankStatementId>sample string 3</d2p1:ProductBankStatementId>
    <d2p1:ProductType>4</d2p1:ProductType>
  </ProductBankStatement>
</GetProductBankStatementFileInput>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

GetProductBankStatementFileResult
NameDescriptionTypeAdditional information
ProductBankStatementFile

Collection of byte

None.

ProductBankStatementFileName

string

None.

Response Formats

application/json, text/json

Sample:
{
  "ProductBankStatementFile": "QEA=",
  "ProductBankStatementFileName": "sample string 1"
}

application/xml, text/xml

Sample:
<GetProductBankStatementFileResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FBSBankingly.Models.Result">
  <ProductBankStatementFile>QEA=</ProductBankStatementFile>
  <ProductBankStatementFileName>sample string 1</ProductBankStatementFileName>
</GetProductBankStatementFileResult>