POST api/admin/PriceApi/SearchBatchPricingLogs

Request Information

URI Parameters

None.

Body Parameters

SearchPricingLogModel
NameDescriptionTypeAdditional information
VendorID

integer

None.

BrandID

integer

None.

ProductID

integer

None.

ColorID

integer

None.

SizeGroupID

integer

None.

Size

string

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,
  "ColorID": 4,
  "SizeGroupID": 5,
  "Size": "sample string 6",
  "StartDate": "2025-06-07T10:49:25.7651604",
  "EndDate": "2025-06-07T10:49:25.7651604",
  "CurrentPage": 9,
  "PerPage": 10
}

application/xml, text/xml

Sample:
<SearchPricingLogModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BAWModels.PostModel.Pricing">
  <BrandID>2</BrandID>
  <ColorID>4</ColorID>
  <CurrentPage>9</CurrentPage>
  <EndDate>2025-06-07T10:49:25.7651604-04:00</EndDate>
  <PerPage>10</PerPage>
  <ProductID>3</ProductID>
  <Size>sample string 6</Size>
  <SizeGroupID>5</SizeGroupID>
  <StartDate>2025-06-07T10:49:25.7651604-04:00</StartDate>
  <VendorID>1</VendorID>
</SearchPricingLogModel>

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.