POST api/Appinfo/appglobal
Request Information
URI Parameters
None.
Body Parameters
SA_GLOBALName | Description | Type | Additional information |
---|---|---|---|
ENTRY_NO | integer |
None. |
|
IP_URL | string |
None. |
|
API_URL | string |
None. |
|
WEB_FOLD | string |
None. |
|
FTP_ID | string |
None. |
|
FTP_PASS | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "ENTRY_NO": 1, "IP_URL": "sample string 2", "API_URL": "sample string 3", "WEB_FOLD": "sample string 4", "FTP_ID": "sample string 5", "FTP_PASS": "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.