POST ActionApi/T_TraceOrder/Get_Trace_OrderList

Request Information

URI Parameters

None.

Body Parameters

OrderBase
NameDescriptionTypeAdditional information
iOrderType

integer

Required

iPreparedId

globally unique identifier

Required

PageIndex

integer

Required

PageSize

integer

Required

Request Formats

application/json, text/json

Sample:
{
  "iOrderType": 1,
  "iPreparedId": "0d912abd-2299-49d2-83aa-8caf8e24a439",
  "PageIndex": 1,
  "PageSize": 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 'OrderBase'.

Response Information

Resource Description

sp_GetTraceOrderList_Result
NameDescriptionTypeAdditional information
cOrderCode

string

None.

cReturnType

integer

None.

cStoreFullName

string

None.

cStoreCode

string

None.

RealName

string

None.

cLogisticsCode

string

None.

cLogisticsNo

string

None.

dtPrepTime

string

None.

iPreparedId

globally unique identifier

None.

cProvinceName

string

None.

detailSku

integer

None.

authPath

string

None.

BrandAuthStarue

integer

None.

cReportSkuCode

string

None.

cDictName

string

None.

iErrorSku

integer

None.

keywordAll

string

None.

skuCount

integer

None.

cAuthorNode

string

None.

iStoreHouseId

string

None.

searcAuthorNode

string

None.

Response Formats

application/json, text/json

Sample:
{
  "cOrderCode": "sample string 1",
  "cReturnType": 1,
  "cStoreFullName": "sample string 2",
  "cStoreCode": "sample string 3",
  "RealName": "sample string 4",
  "cLogisticsCode": "sample string 5",
  "cLogisticsNo": "sample string 6",
  "dtPrepTime": "sample string 7",
  "iPreparedId": "e690762e-ea85-4353-a234-03cefc0ee9c4",
  "cProvinceName": "sample string 8",
  "detailSku": 1,
  "authPath": "sample string 9",
  "BrandAuthStarue": 1,
  "cReportSkuCode": "sample string 10",
  "cDictName": "sample string 11",
  "iErrorSku": 1,
  "keywordAll": "sample string 12",
  "skuCount": 1,
  "cAuthorNode": "sample string 13",
  "iStoreHouseId": "sample string 14",
  "searcAuthorNode": "sample string 15"
}