IcelandicOnlineBankingSecondaryCollectionClaimsService


Click here for a complete list of operations.

AlterClaims

Test

The test form is only available for requests from the local machine.

SOAP 1.1

The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.

POST /IcelandicOnlineBankingSecondaryCollectionClaimsService HTTP/1.1
Host: netbanki-iobscanary.kvika.is
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://IcelandicOnlineBanking/2005/12/01/AlterClaims"

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <AlterClaims xmlns="http://IcelandicOnlineBanking/2005/12/01/SecondaryCollectionClaims">
      <claims>
        <Claim xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">
          <Key>
            <ClaimantID>string</ClaimantID>
            <Account>string</Account>
            <DueDate>date</DueDate>
          </Key>
          <PayorID>string</PayorID>
          <CancellationDate>date</CancellationDate>
          <Identifier>string</Identifier>
          <Amount>decimal</Amount>
          <Reference>string</Reference>
          <FinalDueDate>date</FinalDueDate>
          <BillNumber>string</BillNumber>
          <CustomerNumber>string</CustomerNumber>
          <NoticeAndPaymentFee>
            <Printing>decimal</Printing>
            <Paperless>decimal</Paperless>
          </NoticeAndPaymentFee>
          <DefaultCharge ReferenceDate="DueDate or FinalDueDate">
            <First xsi:nil="true" />
            <Second xsi:nil="true" />
          </DefaultCharge>
          <OtherCosts>decimal</OtherCosts>
          <OtherDefaultCosts>decimal</OtherDefaultCosts>
          <DefaultInterest>
            <Rule>NoDefaultInterest or DefaultInterestAmount or DefaultInterestAmountAndDefaultCharge</Rule>
            <Percentage4>decimal</Percentage4>
            <SpecialCode>string</SpecialCode>
          </DefaultInterest>
          <CurrencyInformation>
            <ReferenceRate>ExchangeRate or NoteRate or CentralBankMidRate or CentralBankStatutoryRate</ReferenceRate>
            <Currency>string</Currency>
            <PaymentRate>DueDateRate or PaymentDateRate</PaymentRate>
          </CurrencyInformation>
          <PermitOutOfSequencePayment>boolean</PermitOutOfSequencePayment>
          <Discount IsPostRefDate="boolean" />
          <IsPartialPaymentAllowed>boolean</IsPartialPaymentAllowed>
          <BillPresentmentSystem>
            <Type>string</Type>
            <Parameters>string</Parameters>
          </BillPresentmentSystem>
          <Printing>
            <ClaimantAddress xsi:nil="true" />
            <PayorAddress xsi:nil="true" />
            <ItemRows xsi:nil="true" />
            <ItemRows xsi:nil="true" />
            <Comments>string</Comments>
            <Comments>string</Comments>
          </Printing>
        </Claim>
        <Claim xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">
          <Key>
            <ClaimantID>string</ClaimantID>
            <Account>string</Account>
            <DueDate>date</DueDate>
          </Key>
          <PayorID>string</PayorID>
          <CancellationDate>date</CancellationDate>
          <Identifier>string</Identifier>
          <Amount>decimal</Amount>
          <Reference>string</Reference>
          <FinalDueDate>date</FinalDueDate>
          <BillNumber>string</BillNumber>
          <CustomerNumber>string</CustomerNumber>
          <NoticeAndPaymentFee>
            <Printing>decimal</Printing>
            <Paperless>decimal</Paperless>
          </NoticeAndPaymentFee>
          <DefaultCharge ReferenceDate="DueDate or FinalDueDate">
            <First xsi:nil="true" />
            <Second xsi:nil="true" />
          </DefaultCharge>
          <OtherCosts>decimal</OtherCosts>
          <OtherDefaultCosts>decimal</OtherDefaultCosts>
          <DefaultInterest>
            <Rule>NoDefaultInterest or DefaultInterestAmount or DefaultInterestAmountAndDefaultCharge</Rule>
            <Percentage4>decimal</Percentage4>
            <SpecialCode>string</SpecialCode>
          </DefaultInterest>
          <CurrencyInformation>
            <ReferenceRate>ExchangeRate or NoteRate or CentralBankMidRate or CentralBankStatutoryRate</ReferenceRate>
            <Currency>string</Currency>
            <PaymentRate>DueDateRate or PaymentDateRate</PaymentRate>
          </CurrencyInformation>
          <PermitOutOfSequencePayment>boolean</PermitOutOfSequencePayment>
          <Discount IsPostRefDate="boolean" />
          <IsPartialPaymentAllowed>boolean</IsPartialPaymentAllowed>
          <BillPresentmentSystem>
            <Type>string</Type>
            <Parameters>string</Parameters>
          </BillPresentmentSystem>
          <Printing>
            <ClaimantAddress xsi:nil="true" />
            <PayorAddress xsi:nil="true" />
            <ItemRows xsi:nil="true" />
            <ItemRows xsi:nil="true" />
            <Comments>string</Comments>
            <Comments>string</Comments>
          </Printing>
        </Claim>
      </claims>
    </AlterClaims>
  </soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <AlterClaimsResponse xmlns="http://IcelandicOnlineBanking/2005/12/01/SecondaryCollectionClaims">
      <AlterClaimsResult>string</AlterClaimsResult>
    </AlterClaimsResponse>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.

POST /IcelandicOnlineBankingSecondaryCollectionClaimsService HTTP/1.1
Host: netbanki-iobscanary.kvika.is
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <AlterClaims xmlns="http://IcelandicOnlineBanking/2005/12/01/SecondaryCollectionClaims">
      <claims>
        <Claim xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">
          <Key>
            <ClaimantID>string</ClaimantID>
            <Account>string</Account>
            <DueDate>date</DueDate>
          </Key>
          <PayorID>string</PayorID>
          <CancellationDate>date</CancellationDate>
          <Identifier>string</Identifier>
          <Amount>decimal</Amount>
          <Reference>string</Reference>
          <FinalDueDate>date</FinalDueDate>
          <BillNumber>string</BillNumber>
          <CustomerNumber>string</CustomerNumber>
          <NoticeAndPaymentFee>
            <Printing>decimal</Printing>
            <Paperless>decimal</Paperless>
          </NoticeAndPaymentFee>
          <DefaultCharge ReferenceDate="DueDate or FinalDueDate">
            <First xsi:nil="true" />
            <Second xsi:nil="true" />
          </DefaultCharge>
          <OtherCosts>decimal</OtherCosts>
          <OtherDefaultCosts>decimal</OtherDefaultCosts>
          <DefaultInterest>
            <Rule>NoDefaultInterest or DefaultInterestAmount or DefaultInterestAmountAndDefaultCharge</Rule>
            <Percentage4>decimal</Percentage4>
            <SpecialCode>string</SpecialCode>
          </DefaultInterest>
          <CurrencyInformation>
            <ReferenceRate>ExchangeRate or NoteRate or CentralBankMidRate or CentralBankStatutoryRate</ReferenceRate>
            <Currency>string</Currency>
            <PaymentRate>DueDateRate or PaymentDateRate</PaymentRate>
          </CurrencyInformation>
          <PermitOutOfSequencePayment>boolean</PermitOutOfSequencePayment>
          <Discount IsPostRefDate="boolean" />
          <IsPartialPaymentAllowed>boolean</IsPartialPaymentAllowed>
          <BillPresentmentSystem>
            <Type>string</Type>
            <Parameters>string</Parameters>
          </BillPresentmentSystem>
          <Printing>
            <ClaimantAddress xsi:nil="true" />
            <PayorAddress xsi:nil="true" />
            <ItemRows xsi:nil="true" />
            <ItemRows xsi:nil="true" />
            <Comments>string</Comments>
            <Comments>string</Comments>
          </Printing>
        </Claim>
        <Claim xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">
          <Key>
            <ClaimantID>string</ClaimantID>
            <Account>string</Account>
            <DueDate>date</DueDate>
          </Key>
          <PayorID>string</PayorID>
          <CancellationDate>date</CancellationDate>
          <Identifier>string</Identifier>
          <Amount>decimal</Amount>
          <Reference>string</Reference>
          <FinalDueDate>date</FinalDueDate>
          <BillNumber>string</BillNumber>
          <CustomerNumber>string</CustomerNumber>
          <NoticeAndPaymentFee>
            <Printing>decimal</Printing>
            <Paperless>decimal</Paperless>
          </NoticeAndPaymentFee>
          <DefaultCharge ReferenceDate="DueDate or FinalDueDate">
            <First xsi:nil="true" />
            <Second xsi:nil="true" />
          </DefaultCharge>
          <OtherCosts>decimal</OtherCosts>
          <OtherDefaultCosts>decimal</OtherDefaultCosts>
          <DefaultInterest>
            <Rule>NoDefaultInterest or DefaultInterestAmount or DefaultInterestAmountAndDefaultCharge</Rule>
            <Percentage4>decimal</Percentage4>
            <SpecialCode>string</SpecialCode>
          </DefaultInterest>
          <CurrencyInformation>
            <ReferenceRate>ExchangeRate or NoteRate or CentralBankMidRate or CentralBankStatutoryRate</ReferenceRate>
            <Currency>string</Currency>
            <PaymentRate>DueDateRate or PaymentDateRate</PaymentRate>
          </CurrencyInformation>
          <PermitOutOfSequencePayment>boolean</PermitOutOfSequencePayment>
          <Discount IsPostRefDate="boolean" />
          <IsPartialPaymentAllowed>boolean</IsPartialPaymentAllowed>
          <BillPresentmentSystem>
            <Type>string</Type>
            <Parameters>string</Parameters>
          </BillPresentmentSystem>
          <Printing>
            <ClaimantAddress xsi:nil="true" />
            <PayorAddress xsi:nil="true" />
            <ItemRows xsi:nil="true" />
            <ItemRows xsi:nil="true" />
            <Comments>string</Comments>
            <Comments>string</Comments>
          </Printing>
        </Claim>
      </claims>
    </AlterClaims>
  </soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <AlterClaimsResponse xmlns="http://IcelandicOnlineBanking/2005/12/01/SecondaryCollectionClaims">
      <AlterClaimsResult>string</AlterClaimsResult>
    </AlterClaimsResponse>
  </soap12:Body>
</soap12:Envelope>