POST api/GlobalSearch/GetWMSGlobalSearchData

Request Information

URI Parameters

None.

Body Parameters

WMSGlobalSearchInputModel
NameDescriptionTypeAdditional information
PageNo

integer

None.

SearchText

string

None.

SearchType

WMSGlobalSearchEnum

None.

Request Formats

application/json, text/json

Sample:
{
  "PageNo": 1,
  "SearchText": "sample string 2",
  "SearchType": 1
}

application/xml, text/xml

Sample:
<WMSGlobalSearchInputModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Cyzerg.Model.WMS.InputOutputModels">
  <PageNo>1</PageNo>
  <SearchText>sample string 2</SearchText>
  <SearchType>All</SearchType>
</WMSGlobalSearchInputModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
{"PageNo":1,"SearchText":"sample string 2","SearchType":1}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.