POST Utility/SaveDdbUsers

Request Information

URI Parameters

None.

Body Parameters

DirectDebitUserModel
NameDescriptionTypeAdditional information
BankId

integer

Required

LiveDate

date

None.

IsActive

boolean

None.

MandateCode

string

Required

Request Formats

application/json, text/json

Sample:
{
  "BankId": 1,
  "LiveDate": "2026-01-11T11:03:25.5770479+00:00",
  "IsActive": true,
  "MandateCode": "sample string 3"
}

application/xml, text/xml

Sample:
<DirectDebitUserModel xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <BankId>1</BankId>
  <LiveDate>2026-01-11T11:03:25.5770479+00:00</LiveDate>
  <IsActive>true</IsActive>
  <MandateCode>sample string 3</MandateCode>
</DirectDebitUserModel>

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 'DirectDebitUserModel'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.