POST Utility/SaveDdbUsers
Request Information
URI Parameters
None.
Body Parameters
DirectDebitUserModel| Name | Description | Type | Additional 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:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.