POST Claims/AlterClaims

DoPayment same as in the SAMBANKA SCHEMA

Request Information

URI Parameters

None.

Body Parameters

NameDescriptionTypeAdditional information
Request

The request object that is sent to the bank api. Can have diffrent structure depending on context. Please see property documentation.

Collection of

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:
<AlterClaimsModel 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>
    <Claim>
      <Key xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">
        <ClaimantID>sample string 1</ClaimantID>
        <Account>sample string 2</Account>
        <DueDate>2024-04-29</DueDate>
      </Key>
      <PayorID xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">sample string 1</PayorID>
      <CancellationDate xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">2024-04-29</CancellationDate>
      <Identifier xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">sample string 3</Identifier>
      <Amount xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">4</Amount>
      <Reference xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">sample string 5</Reference>
      <FinalDueDate xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">2024-04-29</FinalDueDate>
      <BillNumber xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">sample string 7</BillNumber>
      <CustomerNumber xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">sample string 8</CustomerNumber>
      <NoticeAndPaymentFee xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">
        <Printing>1</Printing>
        <Paperless>2</Paperless>
      </NoticeAndPaymentFee>
      <DefaultCharge ReferenceDate="DueDate" xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">
        <DiscountOrDefaultChargeAmount Days="1">2</DiscountOrDefaultChargeAmount>
        <DiscountOrDefaultChargeAmount Days="1">2</DiscountOrDefaultChargeAmount>
      </DefaultCharge>
      <OtherCosts xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">9</OtherCosts>
      <OtherDefaultCosts xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">10</OtherDefaultCosts>
      <DefaultInterest xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">
        <Rule>NoDefaultInterest</Rule>
        <Percentage4>1</Percentage4>
        <SpecialCode>sample string 3</SpecialCode>
      </DefaultInterest>
      <CurrencyInformation xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">
        <ReferenceRate>ExchangeRate</ReferenceRate>
        <Currency>sample string 1</Currency>
        <PaymentRate>DueDateRate</PaymentRate>
      </CurrencyInformation>
      <PermitOutOfSequencePayment xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">true</PermitOutOfSequencePayment>
      <Discount ReferenceDate="DueDate" IsPostRefDate="true" xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">
        <DiscountOrDefaultChargeAmount Days="1">2</DiscountOrDefaultChargeAmount>
        <DiscountOrDefaultChargeAmount Days="1">2</DiscountOrDefaultChargeAmount>
      </Discount>
      <IsPartialPaymentAllowed xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">true</IsPartialPaymentAllowed>
      <BillPresentmentSystem xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">
        <Type>sample string 1</Type>
        <Parameters>sample string 2</Parameters>
      </BillPresentmentSystem>
      <Printing xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">
        <ClaimantAddress>
          <Name xmlns="http://IcelandicOnlineBanking/2005/12/01/CommonTypes">sample string 1</Name>
          <AddressLine1 xmlns="http://IcelandicOnlineBanking/2005/12/01/CommonTypes">sample string 2</AddressLine1>
          <AddressLine2 xmlns="http://IcelandicOnlineBanking/2005/12/01/CommonTypes">sample string 3</AddressLine2>
          <PostCodeNumber xmlns="http://IcelandicOnlineBanking/2005/12/01/CommonTypes">sample string 4</PostCodeNumber>
          <City xmlns="http://IcelandicOnlineBanking/2005/12/01/CommonTypes">sample string 5</City>
          <Region xmlns="http://IcelandicOnlineBanking/2005/12/01/CommonTypes">sample string 6</Region>
          <Country xmlns="http://IcelandicOnlineBanking/2005/12/01/CommonTypes">sample string 7</Country>
        </ClaimantAddress>
        <PayorAddress>
          <Name xmlns="http://IcelandicOnlineBanking/2005/12/01/CommonTypes">sample string 1</Name>
          <AddressLine1 xmlns="http://IcelandicOnlineBanking/2005/12/01/CommonTypes">sample string 2</AddressLine1>
          <AddressLine2 xmlns="http://IcelandicOnlineBanking/2005/12/01/CommonTypes">sample string 3</AddressLine2>
          <PostCodeNumber xmlns="http://IcelandicOnlineBanking/2005/12/01/CommonTypes">sample string 4</PostCodeNumber>
          <City xmlns="http://IcelandicOnlineBanking/2005/12/01/CommonTypes">sample string 5</City>
          <Region xmlns="http://IcelandicOnlineBanking/2005/12/01/CommonTypes">sample string 6</Region>
          <Country xmlns="http://IcelandicOnlineBanking/2005/12/01/CommonTypes">sample string 7</Country>
        </PayorAddress>
        <ItemRows>
          <Text>sample string 1</Text>
          <Amount>2</Amount>
        </ItemRows>
        <ItemRows>
          <Text>sample string 1</Text>
          <Amount>2</Amount>
        </ItemRows>
        <Comments>sample string 1</Comments>
        <Comments>sample string 2</Comments>
      </Printing>
    </Claim>
    <Claim>
      <Key xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">
        <ClaimantID>sample string 1</ClaimantID>
        <Account>sample string 2</Account>
        <DueDate>2024-04-29</DueDate>
      </Key>
      <PayorID xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">sample string 1</PayorID>
      <CancellationDate xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">2024-04-29</CancellationDate>
      <Identifier xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">sample string 3</Identifier>
      <Amount xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">4</Amount>
      <Reference xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">sample string 5</Reference>
      <FinalDueDate xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">2024-04-29</FinalDueDate>
      <BillNumber xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">sample string 7</BillNumber>
      <CustomerNumber xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">sample string 8</CustomerNumber>
      <NoticeAndPaymentFee xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">
        <Printing>1</Printing>
        <Paperless>2</Paperless>
      </NoticeAndPaymentFee>
      <DefaultCharge ReferenceDate="DueDate" xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">
        <DiscountOrDefaultChargeAmount Days="1">2</DiscountOrDefaultChargeAmount>
        <DiscountOrDefaultChargeAmount Days="1">2</DiscountOrDefaultChargeAmount>
      </DefaultCharge>
      <OtherCosts xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">9</OtherCosts>
      <OtherDefaultCosts xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">10</OtherDefaultCosts>
      <DefaultInterest xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">
        <Rule>NoDefaultInterest</Rule>
        <Percentage4>1</Percentage4>
        <SpecialCode>sample string 3</SpecialCode>
      </DefaultInterest>
      <CurrencyInformation xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">
        <ReferenceRate>ExchangeRate</ReferenceRate>
        <Currency>sample string 1</Currency>
        <PaymentRate>DueDateRate</PaymentRate>
      </CurrencyInformation>
      <PermitOutOfSequencePayment xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">true</PermitOutOfSequencePayment>
      <Discount ReferenceDate="DueDate" IsPostRefDate="true" xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">
        <DiscountOrDefaultChargeAmount Days="1">2</DiscountOrDefaultChargeAmount>
        <DiscountOrDefaultChargeAmount Days="1">2</DiscountOrDefaultChargeAmount>
      </Discount>
      <IsPartialPaymentAllowed xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">true</IsPartialPaymentAllowed>
      <BillPresentmentSystem xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">
        <Type>sample string 1</Type>
        <Parameters>sample string 2</Parameters>
      </BillPresentmentSystem>
      <Printing xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">
        <ClaimantAddress>
          <Name xmlns="http://IcelandicOnlineBanking/2005/12/01/CommonTypes">sample string 1</Name>
          <AddressLine1 xmlns="http://IcelandicOnlineBanking/2005/12/01/CommonTypes">sample string 2</AddressLine1>
          <AddressLine2 xmlns="http://IcelandicOnlineBanking/2005/12/01/CommonTypes">sample string 3</AddressLine2>
          <PostCodeNumber xmlns="http://IcelandicOnlineBanking/2005/12/01/CommonTypes">sample string 4</PostCodeNumber>
          <City xmlns="http://IcelandicOnlineBanking/2005/12/01/CommonTypes">sample string 5</City>
          <Region xmlns="http://IcelandicOnlineBanking/2005/12/01/CommonTypes">sample string 6</Region>
          <Country xmlns="http://IcelandicOnlineBanking/2005/12/01/CommonTypes">sample string 7</Country>
        </ClaimantAddress>
        <PayorAddress>
          <Name xmlns="http://IcelandicOnlineBanking/2005/12/01/CommonTypes">sample string 1</Name>
          <AddressLine1 xmlns="http://IcelandicOnlineBanking/2005/12/01/CommonTypes">sample string 2</AddressLine1>
          <AddressLine2 xmlns="http://IcelandicOnlineBanking/2005/12/01/CommonTypes">sample string 3</AddressLine2>
          <PostCodeNumber xmlns="http://IcelandicOnlineBanking/2005/12/01/CommonTypes">sample string 4</PostCodeNumber>
          <City xmlns="http://IcelandicOnlineBanking/2005/12/01/CommonTypes">sample string 5</City>
          <Region xmlns="http://IcelandicOnlineBanking/2005/12/01/CommonTypes">sample string 6</Region>
          <Country xmlns="http://IcelandicOnlineBanking/2005/12/01/CommonTypes">sample string 7</Country>
        </PayorAddress>
        <ItemRows>
          <Text>sample string 1</Text>
          <Amount>2</Amount>
        </ItemRows>
        <ItemRows>
          <Text>sample string 1</Text>
          <Amount>2</Amount>
        </ItemRows>
        <Comments>sample string 1</Comments>
        <Comments>sample string 2</Comments>
      </Printing>
    </Claim>
  </Request>
</AlterClaimsModel>

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:
<string>sample string 1</string>