POST api/PushMessage/SaveBidEnquiryPrice
Request Information
Parameters
Name | Type | Description |
---|---|---|
request | Carwins.UsedCar.CarDomain.PushMessageSaveBidEnquiryPriceRequest | No documentation available. |
Request body formats
application/json, text/json, application/xml, text/xml, application/x-www-form-urlencoded
Sample:
Sample not available.
Response Type
Response Information
Response body formats
application/json, text/json
Sample:
{ "data": 1, "code": 2, "message": "sample string 3" }
application/xml, text/xml
Sample:
<SingleApiResponseOfint xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi"> <Code>2</Code> <Message>sample string 3</Message> <Data>1</Data> </SingleApiResponseOfint>