POST api/BOS/Benenameverify
Request Information
URI Parameters
None.
Body Parameters
RequestPennyDropModel| Name | Description | Type | Additional information |
|---|---|---|---|
| mobile | integer |
None. |
|
| accno | integer |
None. |
|
| bankid | integer |
None. |
|
| benename | string |
None. |
|
| referenceid | integer |
None. |
|
| pincode | integer |
None. |
|
| address | string |
None. |
|
| dob | string |
None. |
|
| gst_state | string |
None. |
|
| bene_id | integer |
None. |
|
| RegistrationID | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"mobile": 1,
"accno": 2,
"bankid": 3,
"benename": "sample string 4",
"referenceid": 5,
"pincode": 6,
"address": "sample string 7",
"dob": "sample string 8",
"gst_state": "sample string 9",
"bene_id": 10,
"RegistrationID": "sample string 11"
}
text/xml
Sample:
<RequestPennyDropModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BOSApiIntegration.Models"> <RegistrationID>sample string 11</RegistrationID> <accno>2</accno> <address>sample string 7</address> <bankid>3</bankid> <bene_id>10</bene_id> <benename>sample string 4</benename> <dob>sample string 8</dob> <gst_state>sample string 9</gst_state> <mobile>1</mobile> <pincode>6</pincode> <referenceid>5</referenceid> </RequestPennyDropModel>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/xml
Sample:
Sample not available.