POST api/UpdateStatusAutoHighlight
Update trạng thái xe đang bán
Request Information
Requires Authorization!
Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| SalonUserUpdateHighLightAutos |
SalonUserUpdateHighLightAutos |
SalonUserUpdateHighLightAutos |
None. |
Body Parameters
SalonUserUpdateHighLightAutos| Name | Description | Type | Additional information |
|---|---|---|---|
| autoID | integer |
None. |
|
| isHighlight | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"autoID": 1,
"isHighlight": 2
}
application/xml, text/xml
Sample:
<SalonUserUpdateHighLightAutos xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Auto.AppApi.Models"> <autoID>1</autoID> <isHighlight>2</isHighlight> </SalonUserUpdateHighLightAutos>
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>