POST api/Values/GetOrder
Request Information
URI Parameters
None.
Body Parameters
ProductQuery| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| Name | string |
None. |
|
| ProductType | integer |
None. |
|
| ReferenceProduct | integer |
None. |
|
| ReferecneStoreID | integer |
None. |
|
| RushProfitProgrammeID | integer |
None. |
|
| IsYanShi | string |
None. |
|
| ShareholderID | integer |
None. |
|
| RushPurchaseType | integer |
None. |
|
| TheRoomID | integer |
None. |
|
| BedsID | integer |
None. |
|
| StoreID | integer |
None. |
|
| ShopID | integer |
None. |
|
| SeacrhName | string |
None. |
|
| Total | integer |
None. |
|
| PageSize | integer |
None. |
|
| PageIndex | integer |
None. |
|
| OrderBy | string |
None. |
|
| IsAsc | boolean |
None. |
|
| Page | integer |
None. |
|
| Rows | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"Name": "sample string 2",
"ProductType": 3,
"ReferenceProduct": 4,
"ReferecneStoreID": 5,
"RushProfitProgrammeID": 6,
"IsYanShi": "sample string 7",
"ShareholderID": 8,
"RushPurchaseType": 9,
"TheRoomID": 10,
"BedsID": 11,
"StoreID": 12,
"ShopID": 13,
"SeacrhName": "sample string 14",
"Total": 15,
"PageSize": 16,
"PageIndex": 17,
"OrderBy": "sample string 18",
"IsAsc": true,
"Page": 20,
"Rows": 21
}
application/xml, text/xml
Sample:
<ProductQuery xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MvcPermission"> <IsAsc>true</IsAsc> <OrderBy>sample string 18</OrderBy> <Page>20</Page> <PageIndex>17</PageIndex> <PageSize>16</PageSize> <Rows>21</Rows> <SeacrhName>sample string 14</SeacrhName> <ShopID>13</ShopID> <StoreID>12</StoreID> <Total>15</Total> <BedsID>11</BedsID> <ID>1</ID> <IsYanShi>sample string 7</IsYanShi> <Name>sample string 2</Name> <ProductType>3</ProductType> <ReferecneStoreID>5</ReferecneStoreID> <ReferenceProduct>4</ReferenceProduct> <RushProfitProgrammeID>6</RushProfitProgrammeID> <RushPurchaseType>9</RushPurchaseType> <ShareholderID>8</ShareholderID> <TheRoomID>10</TheRoomID> </ProductQuery>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.