POST ActionApi/T_TraceOrder/Get_Trace_OrderAuthor
Request Information
URI Parameters
None.
Body Parameters
OrderBaseName | Description | Type | Additional 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:
Response Information
Resource Description
OrderBaseName | Description | Type | Additional 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 }