POST api/Contact/delcon
Request Information
URI Parameters
None.
Body Parameters
SCHOOLSETName | Description | Type | Additional information |
---|---|---|---|
entry_no | integer |
None. |
|
st1 | string |
None. |
|
st2 | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "entry_no": 1, "st1": "sample string 2", "st2": "sample string 3" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.