POST api/Bankdetails_Controller/CreateBankdetail
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| BankdetailsModel | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"bd_id": 1,
"ba_id_fk": 2,
"branch_name": "sample string 3",
"branch_code": "sample string 4",
"IFSC_Code": "sample string 5",
"account_no": "sample string 6",
"ba_address": "sample string 7",
"BA_Id": 8,
"BA_BankName": "sample string 9"
}
application/x-www-form-urlencoded
Sample:
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
Sample not available.