POST ArionBankBills/GetBillDetailsList

GetBillDetailsList not in the Arion Bank SCHEMA. Gets a list of all bills with details included

Request Information

URI Parameters

None.

Body Parameters

NameDescriptionTypeAdditional information
CertificateBase64

Binded from Form values in body. Base64 encoded certificate to use

string

Required

CertificatePassword

Binded from Form values in body. Password for the Base64 encoded certificate

string

Required

WebservicePath

Binded from Form values in body. Service path

string

Required

Username

Binded from Form values in body. Service username

string

Required

Password

Binded from Form values in body. Service password

string

Required

Request Formats

application/xml, text/xml

Sample:
<RequestModel xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <WebservicePath>sample string 4</WebservicePath>
  <Username>sample string 5</Username>
  <Password>sample string 6</Password>
  <CertificateBase64>sample string 1</CertificateBase64>
  <CertificatePassword>sample string 2</CertificatePassword>
</RequestModel>

Response Information

Resource Description

NameDescriptionTypeAdditional information
Version

None.

Content

None.

StatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of

None.

RequestMessage

None.

IsSuccessStatusCode

boolean

None.

Response Formats

application/xml, text/xml

Sample:
<ArrayOfBillInfo xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <BillInfo>
    <Bank>sample string 1</Bank>
    <Ledger>sample string 2</Ledger>
    <Number>sample string 3</Number>
    <DueDate>2024-04-29T08:07:34.101087+00:00</DueDate>
    <Identifier>sample string 5</Identifier>
    <Description>sample string 6</Description>
    <FinalDueDate>2024-04-29T08:07:34.101087+00:00</FinalDueDate>
    <AmountDue>
      <Value>1</Value>
      <Currency>sample string 2</Currency>
    </AmountDue>
    <MinimumAmount>
      <Value>1</Value>
      <Currency>sample string 2</Currency>
    </MinimumAmount>
    <ClaimantId>sample string 8</ClaimantId>
    <PayorId>sample string 9</PayorId>
    <ClaimType>Default</ClaimType>
    <BillType>None</BillType>
    <IsDebited>true</IsDebited>
    <IsForwardPayment>true</IsForwardPayment>
    <IsSettlementFee>true</IsSettlementFee>
    <IsDeposit>true</IsDeposit>
    <IsInElectronicDocuments>true</IsInElectronicDocuments>
    <Details>
      <ClaimantName>sample string 1</ClaimantName>
      <ClaimantAddress>
        <Street>sample string 1</Street>
        <PostalCode>sample string 2</PostalCode>
        <Town>sample string 3</Town>
        <PostalCodeAndTown>sample string 4</PostalCodeAndTown>
      </ClaimantAddress>
      <PayorName>sample string 2</PayorName>
      <PayorAddress>
        <Street>sample string 1</Street>
        <PostalCode>sample string 2</PostalCode>
        <Town>sample string 3</Town>
        <PostalCodeAndTown>sample string 4</PostalCodeAndTown>
      </PayorAddress>
      <CancellationDate>2024-04-29T08:07:34.101087+00:00</CancellationDate>
      <Amount>
        <Value>1</Value>
        <Currency>sample string 2</Currency>
      </Amount>
      <DefaultInterest>
        <Value>1</Value>
        <Currency>sample string 2</Currency>
      </DefaultInterest>
      <DefaultInterestPercent>4</DefaultInterestPercent>
      <DefaultCosts>
        <Value>1</Value>
        <Currency>sample string 2</Currency>
      </DefaultCosts>
      <OtherDefaultCosts>
        <Value>1</Value>
        <Currency>sample string 2</Currency>
      </OtherDefaultCosts>
      <OtherCosts>
        <Value>1</Value>
        <Currency>sample string 2</Currency>
      </OtherCosts>
      <Discount>
        <Value>1</Value>
        <Currency>sample string 2</Currency>
      </Discount>
      <CategoryCode>sample string 5</CategoryCode>
      <NotificationFee>
        <Value>1</Value>
        <Currency>sample string 2</Currency>
      </NotificationFee>
      <CustomerNumber>sample string 6</CustomerNumber>
      <Reference>sample string 7</Reference>
      <ElectronicDocumentsUrl>sample string 8</ElectronicDocumentsUrl>
      <DebitBank>sample string 9</DebitBank>
      <DebitLedger>sample string 10</DebitLedger>
      <DebitAccountNumber>sample string 11</DebitAccountNumber>
      <NominalAmount>
        <Value>1</Value>
        <Currency>sample string 2</Currency>
      </NominalAmount>
      <IndexationAmount>
        <Value>1</Value>
        <Currency>sample string 2</Currency>
      </IndexationAmount>
      <IndexationInterestsAmount>
        <Value>1</Value>
        <Currency>sample string 2</Currency>
      </IndexationInterestsAmount>
      <NominalAmountRemainderAfterPayment>
        <Value>1</Value>
        <Currency>sample string 2</Currency>
      </NominalAmountRemainderAfterPayment>
      <TotalRemainderAmountAfterPayment>
        <Value>1</Value>
        <Currency>sample string 2</Currency>
      </TotalRemainderAmountAfterPayment>
      <InterestsAmount>
        <Value>1</Value>
        <Currency>sample string 2</Currency>
      </InterestsAmount>
      <CurrencyInformation>
        <Amount>
          <Value>1</Value>
          <Currency>sample string 2</Currency>
        </Amount>
        <Rate>1</Rate>
      </CurrencyInformation>
    </Details>
  </BillInfo>
  <BillInfo>
    <Bank>sample string 1</Bank>
    <Ledger>sample string 2</Ledger>
    <Number>sample string 3</Number>
    <DueDate>2024-04-29T08:07:34.101087+00:00</DueDate>
    <Identifier>sample string 5</Identifier>
    <Description>sample string 6</Description>
    <FinalDueDate>2024-04-29T08:07:34.101087+00:00</FinalDueDate>
    <AmountDue>
      <Value>1</Value>
      <Currency>sample string 2</Currency>
    </AmountDue>
    <MinimumAmount>
      <Value>1</Value>
      <Currency>sample string 2</Currency>
    </MinimumAmount>
    <ClaimantId>sample string 8</ClaimantId>
    <PayorId>sample string 9</PayorId>
    <ClaimType>Default</ClaimType>
    <BillType>None</BillType>
    <IsDebited>true</IsDebited>
    <IsForwardPayment>true</IsForwardPayment>
    <IsSettlementFee>true</IsSettlementFee>
    <IsDeposit>true</IsDeposit>
    <IsInElectronicDocuments>true</IsInElectronicDocuments>
    <Details>
      <ClaimantName>sample string 1</ClaimantName>
      <ClaimantAddress>
        <Street>sample string 1</Street>
        <PostalCode>sample string 2</PostalCode>
        <Town>sample string 3</Town>
        <PostalCodeAndTown>sample string 4</PostalCodeAndTown>
      </ClaimantAddress>
      <PayorName>sample string 2</PayorName>
      <PayorAddress>
        <Street>sample string 1</Street>
        <PostalCode>sample string 2</PostalCode>
        <Town>sample string 3</Town>
        <PostalCodeAndTown>sample string 4</PostalCodeAndTown>
      </PayorAddress>
      <CancellationDate>2024-04-29T08:07:34.101087+00:00</CancellationDate>
      <Amount>
        <Value>1</Value>
        <Currency>sample string 2</Currency>
      </Amount>
      <DefaultInterest>
        <Value>1</Value>
        <Currency>sample string 2</Currency>
      </DefaultInterest>
      <DefaultInterestPercent>4</DefaultInterestPercent>
      <DefaultCosts>
        <Value>1</Value>
        <Currency>sample string 2</Currency>
      </DefaultCosts>
      <OtherDefaultCosts>
        <Value>1</Value>
        <Currency>sample string 2</Currency>
      </OtherDefaultCosts>
      <OtherCosts>
        <Value>1</Value>
        <Currency>sample string 2</Currency>
      </OtherCosts>
      <Discount>
        <Value>1</Value>
        <Currency>sample string 2</Currency>
      </Discount>
      <CategoryCode>sample string 5</CategoryCode>
      <NotificationFee>
        <Value>1</Value>
        <Currency>sample string 2</Currency>
      </NotificationFee>
      <CustomerNumber>sample string 6</CustomerNumber>
      <Reference>sample string 7</Reference>
      <ElectronicDocumentsUrl>sample string 8</ElectronicDocumentsUrl>
      <DebitBank>sample string 9</DebitBank>
      <DebitLedger>sample string 10</DebitLedger>
      <DebitAccountNumber>sample string 11</DebitAccountNumber>
      <NominalAmount>
        <Value>1</Value>
        <Currency>sample string 2</Currency>
      </NominalAmount>
      <IndexationAmount>
        <Value>1</Value>
        <Currency>sample string 2</Currency>
      </IndexationAmount>
      <IndexationInterestsAmount>
        <Value>1</Value>
        <Currency>sample string 2</Currency>
      </IndexationInterestsAmount>
      <NominalAmountRemainderAfterPayment>
        <Value>1</Value>
        <Currency>sample string 2</Currency>
      </NominalAmountRemainderAfterPayment>
      <TotalRemainderAmountAfterPayment>
        <Value>1</Value>
        <Currency>sample string 2</Currency>
      </TotalRemainderAmountAfterPayment>
      <InterestsAmount>
        <Value>1</Value>
        <Currency>sample string 2</Currency>
      </InterestsAmount>
      <CurrencyInformation>
        <Amount>
          <Value>1</Value>
          <Currency>sample string 2</Currency>
        </Amount>
        <Rate>1</Rate>
      </CurrencyInformation>
    </Details>
  </BillInfo>
</ArrayOfBillInfo>