POST api/AutoSameUser
Xe cùng người bán
Request Information
Requires Authorization!
Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| userid |
userid |
integer |
None. |
| pageIndex |
pageIndex |
integer |
None. |
| sortBy |
sortBy |
byte |
None. |
Body Parameters
RequestData| Name | Description | Type | Additional information |
|---|---|---|---|
| makeID |
The make of the product |
integer |
None. |
| modelID | integer |
None. |
|
| modelDetail | string |
None. |
|
| year | integer |
None. |
|
| pageIndex | integer |
None. |
|
| pageSize | integer |
None. |
|
| sortBy | byte |
None. |
|
| id | integer |
None. |
|
| salonType | byte |
None. |
|
| cityID | byte |
None. |
|
| cityCode | string |
None. |
|
| minPrice | integer |
None. |
|
| maxPrice | integer |
None. |
|
| keyword | string |
None. |
|
| fromdate | string |
None. |
|
| todate | string |
None. |
|
| status | integer |
None. |
|
| userid | integer |
None. |
|
| type | integer |
None. |
|
| prices | string |
None. |
|
| deviceInfo | string |
None. |
|
| deviceToken | string |
None. |
|
| timespan | integer |
None. |
|
| vipType | integer |
None. |
|
| makeType | byte |
None. |
|
| autoId | integer |
None. |
|
| string |
None. |
||
| Mobile | string |
None. |
|
| Name | string |
None. |
|
| NewPrice | integer |
None. |
|
| Rate | decimal number |
None. |
|
| Comment | string |
None. |
|
| TypeRating | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"makeID": 1,
"modelID": 2,
"modelDetail": "sample string 3",
"year": 4,
"pageIndex": 5,
"pageSize": 6,
"sortBy": 64,
"id": 8,
"salonType": 64,
"cityID": 64,
"cityCode": "sample string 11",
"minPrice": 12,
"maxPrice": 13,
"keyword": "sample string 14",
"fromdate": "sample string 15",
"todate": "sample string 16",
"status": 17,
"userid": 18,
"type": 19,
"prices": "sample string 20",
"deviceInfo": "sample string 21",
"deviceToken": "sample string 22",
"timespan": 23,
"vipType": 1,
"makeType": 64,
"autoId": 24,
"Email": "sample string 25",
"Mobile": "sample string 26",
"Name": "sample string 27",
"NewPrice": 28,
"Rate": 29.1,
"Comment": "sample string 30",
"TypeRating": 31
}
application/xml, text/xml
Sample:
<RequestData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Auto.AppApi.Models"> <Comment>sample string 30</Comment> <Email>sample string 25</Email> <Mobile>sample string 26</Mobile> <Name>sample string 27</Name> <NewPrice>28</NewPrice> <Rate>29.1</Rate> <TypeRating>31</TypeRating> <autoId>24</autoId> <cityCode>sample string 11</cityCode> <cityID>64</cityID> <deviceInfo>sample string 21</deviceInfo> <deviceToken>sample string 22</deviceToken> <fromdate>sample string 15</fromdate> <id>8</id> <keyword>sample string 14</keyword> <makeID>1</makeID> <makeType>64</makeType> <maxPrice>13</maxPrice> <minPrice>12</minPrice> <modelDetail>sample string 3</modelDetail> <modelID>2</modelID> <pageIndex>5</pageIndex> <pageSize>6</pageSize> <prices>sample string 20</prices> <salonType>64</salonType> <sortBy>64</sortBy> <status>17</status> <timespan>23</timespan> <todate>sample string 16</todate> <type>19</type> <userid>18</userid> <vipType>1</vipType> <year>4</year> </RequestData>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
DataReturnObj| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | integer |
None. |
|
| Message | string |
None. |
|
| Data | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": 1,
"Message": "sample string 2",
"Data": "sample string 3"
}
application/xml, text/xml
Sample:
<DataReturnObj xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Auto.AppApi.Models"> <Data>sample string 3</Data> <Message>sample string 2</Message> <Status>1</Status> </DataReturnObj>