GET v1/Search/Businesses/BasicSearch?keyword={keyword}&type={type}&locationID={locationID}&pageNumber={pageNumber}&pageSize={pageSize}&orderBy={orderBy}&orderDirection={orderDirection}

Perform a basic search against the Business contact types

Request Information

URI Parameters

NameDescriptionTypeAdditional information
keyword

Search keyword

string

None.

type

F-Finance Company, H-Certholder, L-Lienholder, M-MGA, R-Carrier, V-Vendor

string

None.

locationID

Id of the location

string

None.

pageNumber

Page number

integer

Default value is 1

pageSize

Page size

integer

Default value is 10

orderBy

Order by

string

None.

orderDirection

Order direction

string

None.

Body Parameters

None.

Response Information

Resource Description

Contact search result

ContactSearchResultsDTO
NameDescriptionTypeAdditional information
Data

Collection of ContactSearchDTO

None.

PageNumber

integer

None.

PagesTotal

integer

None.

TotalItems

integer

None.

IsSuccess

boolean

None.

ErrorCode

string

None.

ErrorMessage

string

None.

DisplayMessage

string

None.

Links

Collection of PageLink

None.

Href

string

None.

Response Formats

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

Sample:

Sample not available.