POST api/TrainTicket/TrainOrderInfo

订单查询

Request Information

URI Parameters

None.

Body Parameters

条件列表

TrainOrderInfoCondition
NameDescriptionTypeAdditional information
orderId

订单Id

string

Required

retailId

接口开通的账号id

string

None.

Request Formats

application/json, text/json

Sample:
{
  "orderId": "sample string 1",
  "retailId": "FX806141312339813C3"
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'TrainOrderInfoCondition'.

Response Information

Resource Description

返回订单查询结果

Object

None.

Response Formats

application/json, text/json

Sample:
{}