POST api/{area}/SimpleOrder/VirtualOrderCreate

Request Information

URI Parameters

NameDescriptionTypeAdditional information
area

string

None.

Body Parameters

Collection of Object

None.

Request Formats

application/json, text/json, application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

BaseResultModels
NameDescriptionTypeAdditional information
errcode

integer

None.

errmsg

string

None.

url

string

None.

data

string

None.

Response Formats

application/json, text/json

Sample:
{
  "errcode": 1,
  "errmsg": "sample string 2",
  "url": "sample string 3",
  "data": "sample string 4"
}

application/xml, text/xml

Sample:
<BaseResultModels xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/m.dshopmg.com.Models">
  <data>sample string 4</data>
  <errcode>1</errcode>
  <errmsg>sample string 2</errmsg>
  <url>sample string 3</url>
</BaseResultModels>