POST api/ClientDetails/SearchDetails

Request Information

URI Parameters

None.

Body Parameters

Clientsearch
NameDescriptionTypeAdditional information
Reg

string

None.

cellnumber

string

None.

firstname

string

None.

lastname

string

None.

companyname

string

None.

vinnumber

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Reg": "sample string 1",
  "cellnumber": "sample string 2",
  "firstname": "sample string 3",
  "lastname": "sample string 4",
  "companyname": "sample string 5",
  "vinnumber": "sample string 6"
}

application/xml, text/xml

Sample:
<Clientsearch xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EasyQuoteServiceWCF.Models">
  <Reg>sample string 1</Reg>
  <cellnumber>sample string 2</cellnumber>
  <companyname>sample string 5</companyname>
  <firstname>sample string 3</firstname>
  <lastname>sample string 4</lastname>
  <vinnumber>sample string 6</vinnumber>
</Clientsearch>

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 'Clientsearch'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.