POST api/Common/UplodeFilsWCF

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

ResultDTOOfString
NameDescriptionTypeAdditional information
code

integer

None.

data

string

None.

msg

string

None.

Exception

Object

None.

Exception1

Object

None.

count

integer

None.

PageSize

integer

None.

PageIndex

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "code": 1,
  "data": "sample string 2",
  "msg": "sample string 3",
  "Exception": {},
  "Exception1": {},
  "count": 6,
  "PageSize": 7,
  "PageIndex": 8
}

application/xml, text/xml

Sample:
<ResultDTOOfstring xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/YZ_TradingPlatform_API.Models">
  <Exception />
  <Exception1 />
  <PageIndex>8</PageIndex>
  <PageSize>7</PageSize>
  <code>1</code>
  <count>6</count>
  <data>sample string 2</data>
  <msg>sample string 3</msg>
</ResultDTOOfstring>