POST api/ApiExtension/ExcutePostTableSQL4Obj?storeName={storeName}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
storeName

string

Required

Body Parameters

Object

None.

Request Formats

application/json, text/json

Sample:
{}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'Object'.

Response Information

Resource Description

ReponseReportEntity
NameDescriptionTypeAdditional information
Code

string

None.

Message

string

None.

Value

Object

None.

ListValue

Object

None.

SumRecord

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Code": "sample string 1",
  "Message": "sample string 2",
  "Value": {},
  "ListValue": {},
  "SumRecord": "sample string 5"
}