POST api/TradeQuery

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",
  "BETRADE_PAY_DATE": "sample string 3",
  "ENTRADE_PAY_DATE": "sample string 4",
  "BUYER_NICKNAME": "sample string 5",
  "TRADE_MALL_STATUS": "sample string 6",
  "TRADE_SYS_STATUS": "sample string 7",
  "TRADE_CHECK": 8
}

application/xml, text/xml

Sample:
<TradeQueryRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/bizs">
  <BETRADE_PAY_DATE>sample string 3</BETRADE_PAY_DATE>
  <BUYER_NICKNAME>sample string 5</BUYER_NICKNAME>
  <ENTRADE_PAY_DATE>sample string 4</ENTRADE_PAY_DATE>
  <TRADE_CHECK>8</TRADE_CHECK>
  <TRADE_MALL_STATUS>sample string 6</TRADE_MALL_STATUS>
  <TRADE_NO>sample string 1</TRADE_NO>
  <TRADE_SYSNO>sample string 2</TRADE_SYSNO>
  <TRADE_SYS_STATUS>sample string 7</TRADE_SYS_STATUS>
</TradeQueryRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.