POST api/DoctorCreation/GetDoctorAddress

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
objClsDoctorAddress
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "doctor_address_id": 1.1,
  "doctor_id": "sample string 2",
  "line_one": "sample string 3",
  "line_two": "sample string 4",
  "town_village": "sample string 5",
  "country": "sample string 6",
  "state": "sample string 7",
  "city": "sample string 8",
  "is_permanent_address": 9.1,
  "created_on": "2025-01-08T07:04:40.8588746+05:30",
  "Dml_Indicator": "sample string 11"
}

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