POST Api/Offers/Search

Request Information

URI Parameters

None.

Body Parameters

OffersSearch
NameDescriptionTypeAdditional information
Vin

string

Max length: 17

Min length: 17

Phone

string

Min length: 10

ZipCode

string

None.

Voucher

string

None.

ClientPublicKey

string

None.

BidId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "vin": "sample string 1",
  "phone": "sample string 2",
  "zipCode": "sample string 3",
  "voucher": "sample string 4",
  "clientPublicKey": "sample string 5",
  "bidId": 6
}

application/xml, text/xml

Sample:
<OffersSearch xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Vin>sample string 1</Vin>
  <Phone>sample string 2</Phone>
  <ZipCode>sample string 3</ZipCode>
  <Voucher>sample string 4</Voucher>
  <ClientPublicKey>sample string 5</ClientPublicKey>
  <BidId>6</BidId>
</OffersSearch>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'OffersSearch'.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.