POST api/Country/insert_update_deleteCountry
No documentation available.
Request Information
Parameters
| Name | Description | Additional 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: