POST api/State/insert_update_deleteState
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| objclsState | 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,
"Name": "sample string 3",
"Country_id": 4
}
application/x-www-form-urlencoded
Sample: