GET api/AI/CreateOrder?openId={openId}&telephone={telephone}&goodsId={goodsId}&price={price}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
openId

string

Required

telephone

string

Required

goodsId

string

Required

price

string

Required

Body Parameters

None.

Response Information

Resource Description

Dictionary of string [key] and integer [value]

Response Formats

application/json, text/json

Sample:
{
  "sample string 1": 2,
  "sample string 3": 4
}