POST api/order/OrderBySubmit?gdsJson={gdsJson}&presentJson={presentJson}&salercode={salercode}&userCode={userCode}&payflag={payflag}&activityID={activityID}&huiMoney={huiMoney}&remark={remark}&OrderYinMoney={OrderYinMoney}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
gdsJson

string

Required

presentJson

string

Required

salercode

string

Required

userCode

string

Required

payflag

string

Required

activityID

string

Required

huiMoney

decimal number

Required

remark

string

Required

OrderYinMoney

decimal number

Required

Body Parameters

None.

Response Information

Resource Description

shopResponeOfObject
NameDescriptionTypeAdditional information
Message

string

None.

Success

boolean

None.

total

integer

None.

data

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "Message": "sample string 1",
  "Success": true,
  "total": 3,
  "data": {}
}

application/xml, text/xml

Sample:
<shopResponeOfanyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/YFA8Shop.Api.Models">
  <Message>sample string 1</Message>
  <Success>true</Success>
  <data />
  <total>3</total>
</shopResponeOfanyType>