POST InKassoClaims/GetClaimOperationResult

DoPayment same as in the IOBS InKasso SCHEMA

Request Information

URI Parameters

None.

Body Parameters

NameDescriptionTypeAdditional information
id

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

string

None.

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:
<GetClaimOperationResultModel xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <WebservicePath>sample string 3</WebservicePath>
  <Username>sample string 4</Username>
  <Password>sample string 5</Password>
  <id>sample string 1</id>
</GetClaimOperationResultModel>

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:
<ClaimOperationResult xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <ID xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">sample string 1</ID>
  <Status xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">InProgress</Status>
  <Success xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">
    <Key>
      <ClaimantID>sample string 1</ClaimantID>
      <Account>sample string 2</Account>
      <DueDate>2024-04-29</DueDate>
    </Key>
    <Print>NoInformation</Print>
  </Success>
  <Success xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">
    <Key>
      <ClaimantID>sample string 1</ClaimantID>
      <Account>sample string 2</Account>
      <DueDate>2024-04-29</DueDate>
    </Key>
    <Print>NoInformation</Print>
  </Success>
  <Errors xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">
    <Key>
      <ClaimantID>sample string 1</ClaimantID>
      <Account>sample string 2</Account>
      <DueDate>2024-04-29</DueDate>
    </Key>
    <Error>
      <Code xmlns="http://IcelandicOnlineBanking/2005/12/01/CommonTypes">sample string 1</Code>
      <Message xmlns="http://IcelandicOnlineBanking/2005/12/01/CommonTypes">sample string 2</Message>
    </Error>
  </Errors>
  <Errors xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">
    <Key>
      <ClaimantID>sample string 1</ClaimantID>
      <Account>sample string 2</Account>
      <DueDate>2024-04-29</DueDate>
    </Key>
    <Error>
      <Code xmlns="http://IcelandicOnlineBanking/2005/12/01/CommonTypes">sample string 1</Code>
      <Message xmlns="http://IcelandicOnlineBanking/2005/12/01/CommonTypes">sample string 2</Message>
    </Error>
  </Errors>
</ClaimOperationResult>