GET api/search/get

Request Information

URI Parameters

NameDescriptionTypeAdditional information
MaxResultCount

integer

None.

IsProductSearch

boolean

None.

IsVersionSearch

boolean

None.

IsCustomDeveloperOnlySearch

boolean

None.

Name

Object

None.

QuoteNumber

string

None.

PolicyNumber

Object

None.

CustomerId

Object

None.

CustomerName

Object

None.

UnderwriterId

Object

None.

UnderwriterName

Object

None.

Days

integer

None.

StateId

Object

None.

State

Object

None.

BusinessCode

Object

None.

CACode

Object

None.

DefaultProduct

Object

None.

QuoteSearchPrefix

integer

None.

Body Parameters

None.

Response Information

Resource Description

SearchResults
NameDescriptionTypeAdditional information
Data

DataTable

None.

IsCriteriaValid

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "Data": null,
  "IsCriteriaValid": true
}

application/xml, text/xml

Sample:
<SearchResults xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/USLI.Quoting.Model.Presentation.Search">
  <Data i:nil="true" />
  <IsCriteriaValid>true</IsCriteriaValid>
</SearchResults>