POST api/Warehouses/MultipleLocationDetails

Request Information

URI Parameters

None.

Body Parameters

GetLocationDetailInputModel
NameDescriptionTypeAdditional information
TypeIds

string

None.

SearchText

string

None.

SearchTextId

integer

None.

PageNumber

integer

None.

RowsOfPage

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "TypeIds": "sample string 1",
  "SearchText": "sample string 2",
  "SearchTextId": 3,
  "PageNumber": 4,
  "RowsOfPage": 5
}

application/xml, text/xml

Sample:
<GetLocationDetailInputModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Cyzerg.Model.WMS.InputOutputModels">
  <PageNumber>4</PageNumber>
  <RowsOfPage>5</RowsOfPage>
  <SearchText>sample string 2</SearchText>
  <SearchTextId>3</SearchTextId>
  <TypeIds>sample string 1</TypeIds>
</GetLocationDetailInputModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
{"TypeIds":"sample string 1","SearchText":"sample string 2","SearchTextId":3,"PageNumber":4,"RowsOfPage":5}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.