POST CommonSearch/ProvideSearchResultAsPerCriteria

Request Information

URI Parameters

None.

Body Parameters

CommonSearch_SubmitDTO
NameDescriptionTypeAdditional information
searchMainModel

CommonSearchMainModel

None.

sessionDto

SessionDto

None.

Request Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

WebApiCommonModel
NameDescriptionTypeAdditional information
IsSuccessful

boolean

None.

Message

string

None.

Data

Object

None.

IncidentTypeData

Object

None.

IncidentCategoryData

Object

None.

CountOfWalksData

Object

None.

CustomerComplaintsData

Object

None.

PendingObservationData

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "IsSuccessful": true,
  "Message": "sample string 2",
  "Data": {},
  "IncidentTypeData": {},
  "IncidentCategoryData": {},
  "CountOfWalksData": {},
  "CustomerComplaintsData": {},
  "PendingObservationData": {}
}