POST api/Enach/EnachRegistration

Request Information

URI Parameters

None.

Body Parameters

MEnachInitiate
NameDescriptionTypeAdditional information
frequencydeduction

string

None.

accountholdername

string

None.

accountnumber

string

None.

mandateenddate

string

None.

mandatestartdate

string

None.

accounttype

string

None.

untilcancelled

string

None.

emailid

string

None.

policyno

string

None.

mobileno

string

None.

authenticationmode

string

None.

enach_amount

string

None.

debittype

string

None.

pan

string

None.

ifsc

string

None.

bankcode

string

None.

consumer

string

None.

aadharNo

string

None.

payervpa

string

None.

revokeable

string

None.

intent

string

None.

pattern

string

None.

status

string

None.

enachOption

EnachOptionSelection

None.

UTM_Source

string

None.

Request Formats

application/json, text/json

Sample:
{
  "frequencydeduction": "sample string 1",
  "accountholdername": "sample string 2",
  "accountnumber": "sample string 3",
  "mandateenddate": "sample string 4",
  "mandatestartdate": "sample string 5",
  "accounttype": "sample string 6",
  "untilcancelled": "sample string 7",
  "emailid": "sample string 8",
  "policyno": "sample string 9",
  "mobileno": "sample string 10",
  "authenticationmode": "sample string 11",
  "enach_amount": "sample string 12",
  "debittype": "sample string 13",
  "pan": "sample string 14",
  "ifsc": "sample string 15",
  "bankcode": "sample string 16",
  "consumer": "sample string 17",
  "aadharNo": "sample string 18",
  "payervpa": "sample string 19",
  "revokeable": "sample string 20",
  "intent": "sample string 21",
  "pattern": "sample string 22",
  "status": "sample string 23",
  "enachOption": {
    "strAuthMode": "sample string 1",
    "strUPIMode": "sample string 2",
    "strVPAName": "sample string 3",
    "strPaymentApp": "sample string 4"
  },
  "UTM_Source": "sample string 24"
}

application/xml, text/xml

Sample:
<MEnachInitiate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CustomerWebAPI.Models">
  <UTM_Source>sample string 24</UTM_Source>
  <aadharNo>sample string 18</aadharNo>
  <accountholdername>sample string 2</accountholdername>
  <accountnumber>sample string 3</accountnumber>
  <accounttype>sample string 6</accounttype>
  <authenticationmode>sample string 11</authenticationmode>
  <bankcode>sample string 16</bankcode>
  <consumer>sample string 17</consumer>
  <debittype>sample string 13</debittype>
  <emailid>sample string 8</emailid>
  <enachOption>
    <strAuthMode>sample string 1</strAuthMode>
    <strPaymentApp>sample string 4</strPaymentApp>
    <strUPIMode>sample string 2</strUPIMode>
    <strVPAName>sample string 3</strVPAName>
  </enachOption>
  <enach_amount>sample string 12</enach_amount>
  <frequencydeduction>sample string 1</frequencydeduction>
  <ifsc>sample string 15</ifsc>
  <intent>sample string 21</intent>
  <mandateenddate>sample string 4</mandateenddate>
  <mandatestartdate>sample string 5</mandatestartdate>
  <mobileno>sample string 10</mobileno>
  <pan>sample string 14</pan>
  <pattern>sample string 22</pattern>
  <payervpa>sample string 19</payervpa>
  <policyno>sample string 9</policyno>
  <revokeable>sample string 20</revokeable>
  <status>sample string 23</status>
  <untilcancelled>sample string 7</untilcancelled>
</MEnachInitiate>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.