POST ActionApi/T_TraceOrder/Get_Trace_OrderAuthor

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": "1ad9a646-95ea-4592-b9ee-ea7ba40cd323",
  "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

OrderBase
NameDescriptionTypeAdditional information
iOrderType

integer

Required

iPreparedId

globally unique identifier

Required

PageIndex

integer

Required

PageSize

integer

Required

Response Formats

application/json, text/json

Sample:
{
  "iOrderType": 1,
  "iPreparedId": "a0fe0737-5d63-4728-a40a-1e54d8a3105f",
  "PageIndex": 1,
  "PageSize": 2
}