GET api/WebInterface/Order/Detail/Get/{thirdorderid}

获取订单明细记录

Request Information

URI Parameters

NameDescriptionTypeAdditional information
thirdorderid

string

Required

Body Parameters

None.

Response Information

Resource Description

获取订单明细记录

CommonOperationResultWithTagOfV_SP_YD_EX_MX_V5DataTable
NameDescriptionTypeAdditional information
errcode

integer

None.

errmsg

string

None.

tag

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
{
  "errcode": 1,
  "errmsg": "sample string 2",
  "tag": null
}

application/bson

Sample:
Binary JSON content. See http://bsonspec.org for details.