POST api/Appinfo/apdata
Request Information
URI Parameters
None.
Body Parameters
SA_APP_INFOName | Description | Type | Additional information |
---|---|---|---|
ENTRY_NO | integer |
None. |
|
WEBSITE | string |
None. |
|
ABOUT | string |
None. |
|
GALLERY | string |
None. |
|
CONTACT | string |
None. |
|
FB | string |
None. |
|
YOUTUBE | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "ENTRY_NO": 1, "WEBSITE": "sample string 2", "ABOUT": "sample string 3", "GALLERY": "sample string 4", "CONTACT": "sample string 5", "FB": "sample string 6", "YOUTUBE": "sample string 7" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.