POST IslandsBankiBirtingakerfi/SendaSkra

SendaSkra (Rafræn skjöl) to Islands Banki Birtingakerfi Web Service

Request Information

URI Parameters

None.

Body Parameters

NameDescriptionTypeAdditional information
Request

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:
<SendaSkraModel 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>
  <Request>
    <skraarnafn>sample string 1</skraarnafn>
    <innihald>sample string 2</innihald>
    <kennitala>sample string 3</kennitala>
  </Request>
</SendaSkraModel>

Response Information

Resource Description

NameDescriptionTypeAdditional information
Version

None.

Content

None.

StatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of

None.

RequestMessage

None.

IsSuccessStatusCode

boolean

None.