POST DebiCheck/QueueSendDebiCheckMandateTask

Request Information

URI Parameters

None.

Body Parameters

MandateInitiationRequest
NameDescriptionTypeAdditional information
SecurityKey

string

None.

CreatedBy

string

None.

EntityId

integer

None.

Entity

string

None.

PaymentDate

date

None.

MonthlyPremium

decimal number

None.

AccountHolder

string

None.

DebtorIdentificationType

DebtorIdentificationType

None.

DebtorIdPassportNumber

string

None.

AccountNumber

string

None.

BankAccountType

BankAccountType

None.

BranchCode

string

None.

ContactNumber

string

None.

EmailAddress

string

None.

Request Formats

application/json, text/json

Sample:
{
  "SecurityKey": "sample string 1",
  "CreatedBy": "sample string 2",
  "EntityId": 3,
  "Entity": "sample string 4",
  "PaymentDate": "2025-08-28T10:55:26.2869765+02:00",
  "MonthlyPremium": 6.0,
  "AccountHolder": "sample string 7",
  "DebtorIdentificationType": 1,
  "DebtorIdPassportNumber": "sample string 8",
  "AccountNumber": "sample string 9",
  "BankAccountType": 0,
  "BranchCode": "sample string 10",
  "ContactNumber": "sample string 11",
  "EmailAddress": "sample string 12"
}

application/xml, text/xml

Sample:
<MandateInitiationRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApiMolasses.Proxies.Models">
  <AccountHolder>sample string 7</AccountHolder>
  <AccountNumber>sample string 9</AccountNumber>
  <BankAccountType>NotSet</BankAccountType>
  <BranchCode>sample string 10</BranchCode>
  <ContactNumber>sample string 11</ContactNumber>
  <CreatedBy>sample string 2</CreatedBy>
  <DebtorIdPassportNumber>sample string 8</DebtorIdPassportNumber>
  <DebtorIdentificationType>IdentityNumber</DebtorIdentificationType>
  <EmailAddress>sample string 12</EmailAddress>
  <Entity>sample string 4</Entity>
  <EntityId>3</EntityId>
  <MonthlyPremium>6</MonthlyPremium>
  <PaymentDate>2025-08-28T10:55:26.2869765+02:00</PaymentDate>
  <SecurityKey>sample string 1</SecurityKey>
</MandateInitiationRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ResponseOfString
NameDescriptionTypeAdditional information
Success

boolean

None.

Message

string

None.

Entity

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Success": true,
  "Message": "sample string 2",
  "Entity": "sample string 3"
}

application/xml, text/xml

Sample:
<ResponseOfstring xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/OnePlan.Core">
  <Entity>sample string 3</Entity>
  <Message>sample string 2</Message>
  <Success>true</Success>
</ResponseOfstring>