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": "9fe69a3b-866d-4127-89b6-eb1da5c2210d",
"Ids": [
"1958f873-08f3-4594-9ce8-73cf9bb9f8d7",
"c67a5305-9dd7-4896-8eea-a4a64e479286"
],
"BrandId": "de4d47c4-88d7-42df-9201-99b61094849c",
"TenantId": "3e00935f-8635-4da1-8946-62c2e9e95d8b",
"Name": "sample string 1",
"MinimumSkuCount": 1,
"FolderId": "bf847c77-9e8a-40e8-bc82-796bfad61840"
}
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>de4d47c4-88d7-42df-9201-99b61094849c</BrandId>
<FolderId>bf847c77-9e8a-40e8-bc82-796bfad61840</FolderId>
<Id>9fe69a3b-866d-4127-89b6-eb1da5c2210d</Id>
<Ids xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>1958f873-08f3-4594-9ce8-73cf9bb9f8d7</d2p1:guid>
<d2p1:guid>c67a5305-9dd7-4896-8eea-a4a64e479286</d2p1:guid>
</Ids>
<MinimumSkuCount>1</MinimumSkuCount>
<Name>sample string 1</Name>
<TenantId>3e00935f-8635-4da1-8946-62c2e9e95d8b</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.