POST api/GlobalSearch/PostWMSRecentSearch

Request Information

URI Parameters

None.

Body Parameters

PostWMSRecentSearchInputModel
NameDescriptionTypeAdditional information
ForeignTableId

string

None.

UserId

integer

None.

Type

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ForeignTableId": "sample string 1",
  "UserId": 2,
  "Type": 3
}

application/xml, text/xml

Sample:
<PostWMSRecentSearchInputModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Cyzerg.Model.InputOutputModels">
  <ForeignTableId>sample string 1</ForeignTableId>
  <Type>3</Type>
  <UserId>2</UserId>
</PostWMSRecentSearchInputModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
{"ForeignTableId":"sample string 1","UserId":2,"Type":3}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.