POST api/stockLedgers/select
Request Information
URI Parameters
None.
Body Parameters
StockLedgerFilterCriteriaDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| SkuId | globally unique identifier |
None. |
|
| Type | StockMovementTypeDto |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "e0ff81c7-af14-4ee5-ae87-6d90d91bd8cf",
"SkuId": "302c7601-a6d6-430b-90ce-2d5acd6fcf22",
"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>e0ff81c7-af14-4ee5-ae87-6d90d91bd8cf</Id> <SkuId>302c7601-a6d6-430b-90ce-2d5acd6fcf22</SkuId> <Type>OrderPlaced</Type> </StockLedgerFilterCriteriaDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.