POST api/Country/insert_update_deleteCountry

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:
{
  "Dml_Indicator": "sample string 1",
  "Id": 2,
  "Sortname": "sample string 3",
  "Name": "sample string 4",
  "Phonecode": 5
}

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