POST InKassoClaims/SetPostponementDate
Request Information
URI Parameters
None.
Body Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Request |
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:
<SetPostponeDateRequestModel 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>
<request>
<ClaimKey>
<Account>sample string 1</Account>
<ClaimantId>sample string 2</ClaimantId>
<DueDate>2026-01-16T04:36:59.323981+00:00</DueDate>
</ClaimKey>
<PostponeDate>2026-01-16T04:36:59.323981+00:00</PostponeDate>
</request>
</Request>
</SetPostponeDateRequestModel>
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. |