POST api/stockLedgers/select

Request Information

URI Parameters

None.

Body Parameters

StockLedgerFilterCriteriaDto
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

SkuId

globally unique identifier

None.

Type

StockMovementTypeDto

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": "030d3a6b-fb9e-42e2-838b-e5381c02b245",
  "SkuId": "69aeed86-2eee-4eba-845b-35893f538da8",
  "Type": 0
}

application/xml, text/xml

Sample:
<StockLedgerFilterCriteriaDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Products.Models">
  <Id>030d3a6b-fb9e-42e2-838b-e5381c02b245</Id>
  <SkuId>69aeed86-2eee-4eba-845b-35893f538da8</SkuId>
  <Type>OrderPlaced</Type>
</StockLedgerFilterCriteriaDto>

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.