POST IslandsBankiGreidslur/ErReikningurTil

CancelOptionalClaim same as in the Islands Banki Greidslur SCHEMA

Request Information

URI Parameters

None.

Body Parameters

NameDescriptionTypeAdditional information
Banki

integer

None.

Hofudbok

integer

None.

Reikningsnumer

integer

None.

Kennitala

string

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:
<ErReikningurTilModel xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <WebservicePath>sample string 8</WebservicePath>
  <Username>sample string 9</Username>
  <Password>sample string 10</Password>
  <CertificateBase64>sample string 5</CertificateBase64>
  <CertificatePassword>sample string 6</CertificatePassword>
  <Banki>1</Banki>
  <Hofudbok>2</Hofudbok>
  <Reikningsnumer>3</Reikningsnumer>
  <Kennitala>sample string 4</Kennitala>
</ErReikningurTilModel>

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:
<boolean>true</boolean>