POST api/product/reraise-debit-order

Request Information

URI Parameters

None.

Body Parameters

ReraiseDebitOrderModel
NameDescriptionTypeAdditional information
PremiumId

integer

None.

PolicyId

integer

None.

PersonBankAccountId

integer

None.

AccountHolder

string

None.

BankId

integer

None.

AccountNumber

string

None.

AccountTypeId

integer

None.

UpdateBankAccount

boolean

None.

PreferredNextPremiumDt

date

None.

Request Formats

application/json, text/json

Sample:
{
  "premiumId": 1,
  "policyId": 2,
  "personBankAccountId": 3,
  "accountHolder": "sample string 4",
  "bankId": 5,
  "accountNumber": "sample string 6",
  "accountTypeId": 7,
  "updateBankAccount": true,
  "preferredNextPremiumDt": "2025-12-06T06:52:23.2105876+02:00"
}

application/xml, text/xml

Sample:
<ReraiseDebitOrderModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Fusion.AppApi.Models">
  <AccountHolder>sample string 4</AccountHolder>
  <AccountNumber>sample string 6</AccountNumber>
  <AccountTypeId>7</AccountTypeId>
  <BankId>5</BankId>
  <PersonBankAccountId>3</PersonBankAccountId>
  <PolicyId>2</PolicyId>
  <PreferredNextPremiumDt>2025-12-06T06:52:23.2105876+02:00</PreferredNextPremiumDt>
  <PremiumId>1</PremiumId>
  <UpdateBankAccount>true</UpdateBankAccount>
</ReraiseDebitOrderModel>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'ReraiseDebitOrderModel'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.