POST api/products/select
Request Information
URI Parameters
None.
Body Parameters
ProductFilterCriteriaDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Ids | Collection of globally unique identifier |
None. |
|
| BrandId | globally unique identifier |
None. |
|
| TenantId | globally unique identifier |
None. |
|
| Name | string |
None. |
|
| MinimumSkuCount | integer |
None. |
|
| FolderId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "b3ad564c-1df7-4db4-84ca-0d04328cf6f2",
"Ids": [
"fa3b3071-b505-45d5-b554-de3ed94f4a5f",
"c73754ba-4c8e-4dec-ad5f-63edf817fabd"
],
"BrandId": "17e62fea-21d3-4990-831c-5db81dde8217",
"TenantId": "17ed502e-7bc2-4910-82c0-a50c5d53cccd",
"Name": "sample string 1",
"MinimumSkuCount": 1,
"FolderId": "129b8e22-14c4-4b6e-9199-906b84cda879"
}
application/xml, text/xml
Sample:
<ProductFilterCriteriaDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Products.Models">
<BrandId>17e62fea-21d3-4990-831c-5db81dde8217</BrandId>
<FolderId>129b8e22-14c4-4b6e-9199-906b84cda879</FolderId>
<Id>b3ad564c-1df7-4db4-84ca-0d04328cf6f2</Id>
<Ids xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>fa3b3071-b505-45d5-b554-de3ed94f4a5f</d2p1:guid>
<d2p1:guid>c73754ba-4c8e-4dec-ad5f-63edf817fabd</d2p1:guid>
</Ids>
<MinimumSkuCount>1</MinimumSkuCount>
<Name>sample string 1</Name>
<TenantId>17ed502e-7bc2-4910-82c0-a50c5d53cccd</TenantId>
</ProductFilterCriteriaDto>
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.