POST api/Appinfo/appversion
Request Information
URI Parameters
None.
Body Parameters
SA_APP_VERSIONName | Description | Type | Additional information |
---|---|---|---|
ENTRY_NO | integer |
None. |
|
STUD_VERSION | integer |
None. |
|
STUD_DETAIL | string |
None. |
|
STAFF_VERSION | integer |
None. |
|
STAFF_DETAIL | string |
None. |
|
APP_URL | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "ENTRY_NO": 1, "STUD_VERSION": 2, "STUD_DETAIL": "sample string 3", "STAFF_VERSION": 4, "STAFF_DETAIL": "sample string 5", "APP_URL": "sample string 6" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.