POST api/Elong/OrderDetail

返回订单详情

Request Information

URI Parameters

None.

Body Parameters

条件列表

OrderIdsCondition
NameDescriptionTypeAdditional information
OrderId

integer

None.

AffiliateConfirmationId

string

None.

Request Formats

application/json, text/json

Sample:
{
  "orderIdField": 1,
  "affiliateConfirmationIdField": "sample string 2"
}

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 'OrderIdsCondition'.

Response Information

Resource Description

返回订单详情

Object

None.

Response Formats

application/json, text/json

Sample:
{}