POST api/admin/SyncApi/SearchVendorByBrandandStyle

Request Information

URI Parameters

None.

Body Parameters

SearchVendorByBrandandStyle
NameDescriptionTypeAdditional information
BrandName

string

None.

StyleId

string

None.

CurrentPage

integer

None.

PerPage

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "BrandName": "sample string 1",
  "StyleId": "sample string 2",
  "CurrentPage": 3,
  "PerPage": 4
}

application/xml, text/xml

Sample:
<SearchVendorByBrandandStyle xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BAWModels.getModel.LogSyncDetail">
  <BrandName>sample string 1</BrandName>
  <CurrentPage>3</CurrentPage>
  <PerPage>4</PerPage>
  <StyleId>sample string 2</StyleId>
</SearchVendorByBrandandStyle>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.