IcelandicOnlineBankingClaimsService
Click here for a complete list of operations.
CreateClaims
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 /IcelandicOnlineBankingClaimsService HTTP/1.1 Host: spsh-iobs.heimabanki.is Content-Type: text/xml; charset=utf-8 Content-Length: length SOAPAction: "http://IcelandicOnlineBanking/2005/12/01/CreateClaims" <?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> <CreateClaims xmlns="http://IcelandicOnlineBanking/2005/12/01/Claims"> <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> </CreateClaims> </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> <CreateClaimsResponse xmlns="http://IcelandicOnlineBanking/2005/12/01/Claims"> <CreateClaimsResult>string</CreateClaimsResult> </CreateClaimsResponse> </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 /IcelandicOnlineBankingClaimsService HTTP/1.1 Host: spsh-iobs.heimabanki.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> <CreateClaims xmlns="http://IcelandicOnlineBanking/2005/12/01/Claims"> <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> </CreateClaims> </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> <CreateClaimsResponse xmlns="http://IcelandicOnlineBanking/2005/12/01/Claims"> <CreateClaimsResult>string</CreateClaimsResult> </CreateClaimsResponse> </soap12:Body> </soap12:Envelope>