PUT api/Bankdetails_Controller/UpdateBankdetail/{bd_id}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
BankdetailsModel
No documentation available.

Define this parameter in the request body.

bd_id
No documentation available.

Define this parameter in the request URI.

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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'BankdetailsModels'.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:

Sample not available.