POST ArionBankBills/UnHideBill

UnHideBill same as in the Arion Bank SCHEMA

Request Information

URI Parameters

None.

Body Parameters

NameDescriptionTypeAdditional information
Key

None.

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:
<BillKeyModel 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>
  <Key>
    <Bank>sample string 1</Bank>
    <Ledger>sample string 2</Ledger>
    <Number>sample string 3</Number>
    <DueDate>2024-04-29T11:02:25.4583297+00:00</DueDate>
    <PayorId>sample string 5</PayorId>
    <ClaimantId>sample string 6</ClaimantId>
  </Key>
</BillKeyModel>

Response Information

Resource Description

None.