POST api/admin/PriceApi/SearchProductLevelPricingLogs

Request Information

URI Parameters

None.

Body Parameters

SearchProductLevelPricingLogModel
NameDescriptionTypeAdditional information
VendorID

integer

None.

BrandID

integer

None.

ProductID

integer

None.

StartDate

date

None.

EndDate

date

None.

CurrentPage

integer

None.

PerPage

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "VendorID": 1,
  "BrandID": 2,
  "ProductID": 3,
  "StartDate": "2025-06-07T10:55:54.860666",
  "EndDate": "2025-06-07T10:55:54.860666",
  "CurrentPage": 6,
  "PerPage": 7
}

application/xml, text/xml

Sample:
<SearchProductLevelPricingLogModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BAWModels.PostModel.Pricing">
  <BrandID>2</BrandID>
  <CurrentPage>6</CurrentPage>
  <EndDate>2025-06-07T10:55:54.860666-04:00</EndDate>
  <PerPage>7</PerPage>
  <ProductID>3</ProductID>
  <StartDate>2025-06-07T10:55:54.860666-04:00</StartDate>
  <VendorID>1</VendorID>
</SearchProductLevelPricingLogModel>

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.