POST InKassoClaims/StopCollection

Request Information

URI Parameters

None.

Body Parameters

NameDescriptionTypeAdditional 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:
<StopCollectionRequestModel 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>
    <claimKey>
      <Account>sample string 1</Account>
      <ClaimantId>sample string 2</ClaimantId>
      <DueDate>2024-04-29T13:45:40.6746488+00:00</DueDate>
    </claimKey>
  </Request>
</StopCollectionRequestModel>

Response Information

Resource Description

NameDescriptionTypeAdditional information
Version

None.

Content

None.

StatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of

None.

RequestMessage

None.

IsSuccessStatusCode

boolean

None.