POST api/OrderQuery

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
req
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "TRADE_NO": "sample string 1",
  "TRADE_SYSNO": "sample string 2",
  "ORDER_NO": "sample string 3",
  "ORDER_MALL_STATUS": "sample string 4",
  "ORDER_CHECK": 5,
  "ORDER_SURE": 6
}

application/xml, text/xml

Sample:
<OrderQueryRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/bizs">
  <ORDER_CHECK>5</ORDER_CHECK>
  <ORDER_MALL_STATUS>sample string 4</ORDER_MALL_STATUS>
  <ORDER_NO>sample string 3</ORDER_NO>
  <ORDER_SURE>6</ORDER_SURE>
  <TRADE_NO>sample string 1</TRADE_NO>
  <TRADE_SYSNO>sample string 2</TRADE_SYSNO>
</OrderQueryRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.