POST api/Appinfo/stuapp
Request Information
URI Parameters
None.
Body Parameters
SA_STUD_CONFName | Description | Type | Additional information |
---|---|---|---|
ENTRY_NO | integer |
None. |
|
CON_F | string |
None. |
|
STATUS_A | boolean |
None. |
|
TITLE | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "ENTRY_NO": 1, "CON_F": "sample string 2", "STATUS_A": true, "TITLE": true }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.