POST API/AdminAPI/GetStockAudit

Request Information

URI Parameters

None.

Body Parameters

StockAuditRequestModel
NameDescriptionTypeAdditional information
LoginId

string

None.

BrandId

integer

None.

CategoryId

integer

None.

ProductId

integer

None.

FromDate

date

None.

ToDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "LoginId": "sample string 1",
  "BrandId": 2,
  "CategoryId": 3,
  "ProductId": 4,
  "FromDate": "2026-08-23T09:17:55.7073127+00:00",
  "ToDate": "2026-08-23T09:17:55.7073127+00:00"
}

application/xml, text/xml

Sample:
<StockAuditRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IDSApiModels">
  <BrandId>2</BrandId>
  <CategoryId>3</CategoryId>
  <FromDate>2026-08-23T09:17:55.7073127+00:00</FromDate>
  <LoginId>sample string 1</LoginId>
  <ProductId>4</ProductId>
  <ToDate>2026-08-23T09:17:55.7073127+00:00</ToDate>
</StockAuditRequestModel>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'StockAuditRequestModel'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.