POST api/orders/getjdorderpay

获取京东订单支付信息

Request Information

URI Parameters

None.

Body Parameters

OrderOperModel
NameDescriptionTypeAdditional information
UserId

用户ID

string

None.

OrderId

订单ID

string

None.

OpenId

用户OPENID

string

None.

TransId

交易ID

string

None.

OperType

订单操作类型

integer

None.

Towns

乡镇编号

integer

None.

Wallet

钱包支付金额(单位:分)

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "UserId": "sample string 1",
  "OrderId": "sample string 2",
  "OpenId": "sample string 3",
  "TransId": "sample string 4",
  "OperType": 5,
  "Towns": 6,
  "Wallet": 7
}

application/xml, text/xml

Sample:
<OrderOperModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Waiter.Mall.Apis.Models">
  <OpenId>sample string 3</OpenId>
  <OperType>5</OperType>
  <OrderId>sample string 2</OrderId>
  <Towns>6</Towns>
  <TransId>sample string 4</TransId>
  <UserId>sample string 1</UserId>
  <Wallet>7</Wallet>
</OrderOperModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.