POST api/DoctorCreation/GetCountry

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
ObjClsCountry
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "C_ID": "sample string 1",
  "C_Name": "sample string 2",
  "country_id": "sample string 3",
  "state_id": "sample string 4",
  "city_id": "sample string 5",
  "Dml_Indicator": "sample string 6"
}

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