POST api/AccountSetting/load_fee_data

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
objClsAccountSetting
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "doctor_id": "sample string 1",
  "account_holder_name": "sample string 2",
  "account_number": "sample string 3",
  "IFSC_code": "sample string 4",
  "account_type": "sample string 5",
  "PAN": "sample string 6",
  "payment_collection_type": "sample string 7",
  "indicator_id": "sample string 8",
  "doctor_account_id": "sample string 9",
  "consultation_fee": "sample string 10",
  "consultation_fee_type": "sample string 11",
  "video_appiontment_fee": "sample string 12",
  "video_appiontment_fee_type": "sample string 13",
  "chat_fee": "sample string 14",
  "chat_fee_type": "sample string 15",
  "send_sms": "sample string 16",
  "mpin": "sample string 17",
  "hospital_id": "sample string 18",
  "user_created_by": "sample string 19",
  "branch_id": 20
}

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 'ClsAccountSetting'.