POST api/Order/GetUnGorder
Request Information
URI Parameters
None.
Body Parameters
GridParameter| Name | Description | Type | Additional information |
|---|---|---|---|
| schValue | string |
None. |
|
| pageIndex | integer |
None. |
|
| pageSize | integer |
None. |
|
| userId | string |
None. |
|
| orderTypeName | string |
None. |
|
| cityName | string |
None. |
|
| startDate | string |
None. |
|
| endDate | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"schValue": "sample string 1",
"pageIndex": 2,
"pageSize": 3,
"userId": "sample string 4",
"orderTypeName": "sample string 5",
"cityName": "sample string 6",
"startDate": "sample string 7",
"endDate": "sample string 8"
}
application/xml, text/xml
Sample:
<GridParameter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Sinda.Model.Request"> <cityName>sample string 6</cityName> <endDate>sample string 8</endDate> <orderTypeName>sample string 5</orderTypeName> <pageIndex>2</pageIndex> <pageSize>3</pageSize> <schValue>sample string 1</schValue> <startDate>sample string 7</startDate> <userId>sample string 4</userId> </GridParameter>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}
application/xml, text/xml
Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />