POST api/WorldOrder/OrderQuery?pageIndex={pageIndex}&pageSize={pageSize}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| pageIndex | integer |
Default value is 1 |
|
| pageSize | integer |
Default value is 10 |
Body Parameters
T100Order_M_Query| Name | Description | Type | Additional information |
|---|---|---|---|
| Printshopid | string |
None. |
|
| BrandId | string |
None. |
|
| MaximNO | string |
None. |
|
| PO | string |
None. |
|
| InternalPO | string |
None. |
|
| VendorID | string |
None. |
|
| ERPCustomerCode | string |
None. |
|
| SubmitDateStart | string |
None. |
|
| SubmitDateEnd | string |
None. |
|
| NoT100ID | string |
None. |
|
| PINO | string |
None. |
|
| Type | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Printshopid": "sample string 1",
"BrandId": "sample string 2",
"MaximNO": "sample string 3",
"PO": "sample string 4",
"InternalPO": "sample string 5",
"VendorID": "sample string 6",
"ERPCustomerCode": "sample string 7",
"SubmitDateStart": "sample string 8",
"SubmitDateEnd": "sample string 9",
"NoT100ID": "sample string 10",
"PINO": "sample string 11",
"Type": "sample string 12"
}
application/xml, text/xml
Sample:
<T100Order_M_Query xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EOMWebAPI.BLL"> <BrandId>sample string 2</BrandId> <ERPCustomerCode>sample string 7</ERPCustomerCode> <InternalPO>sample string 5</InternalPO> <MaximNO>sample string 3</MaximNO> <NoT100ID>sample string 10</NoT100ID> <PINO>sample string 11</PINO> <PO>sample string 4</PO> <Printshopid>sample string 1</Printshopid> <SubmitDateEnd>sample string 9</SubmitDateEnd> <SubmitDateStart>sample string 8</SubmitDateStart> <Type>sample string 12</Type> <VendorID>sample string 6</VendorID> </T100Order_M_Query>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
T100Order_M_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | Object |
None. |
|
| TotalPage | integer |
None. |
|
| Error | boolean |
None. |
|
| Message | string |
None. |
|
| exisCustomerTracks | string |
None. |
|
| IsSeasonPrice | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": {},
"TotalPage": 1,
"Error": true,
"Message": "sample string 2",
"exisCustomerTracks": "sample string 3",
"IsSeasonPrice": true
}
application/xml, text/xml
Sample:
<T100Order_M_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EOMWebAPI.BLL"> <Data /> <Error>true</Error> <IsSeasonPrice>true</IsSeasonPrice> <Message>sample string 2</Message> <TotalPage>1</TotalPage> <exisCustomerTracks>sample string 3</exisCustomerTracks> </T100Order_M_Result>