POST DebitumClaims/QueryClaims
Request Information
URI Parameters
None.
Body Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Request |
The request object that is sent to the InKasso or Debitum api. Can have diffrent structure depending on context. Please see property documentation. |
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:
<QueryClaimsModel xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<WebservicePath>sample string 2</WebservicePath>
<Username>sample string 3</Username>
<Password>sample string 4</Password>
<Request>
<Claimant xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">sample string 1</Claimant>
<Identifier xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">sample string 2</Identifier>
<Period DateSpanReferenceDate="DueDate" xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">
<DateFrom>2026-01-16</DateFrom>
<DateTo>2026-01-16</DateTo>
</Period>
<Payor xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">sample string 3</Payor>
<Status xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">Unpaid</Status>
<EntryFrom xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">5</EntryFrom>
<EntryTo xmlns="http://IcelandicOnlineBanking/2005/12/01/ClaimTypes">7</EntryTo>
</Request>
</QueryClaimsModel>
Response Information
Resource Description
| Name | Description | Type | Additional information |
|---|---|---|---|
| Version |
None. |
||
| Content |
None. |
||
| StatusCode |
None. |
||
| ReasonPhrase | string |
None. |
|
| Headers | Collection of |
None. |
|
| RequestMessage |
None. |
||
| IsSuccessStatusCode | boolean |
None. |