POST api/skus/select
Request Information
URI Parameters
None.
Body Parameters
SkuFilterCriteriaDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Code | string |
None. |
|
| Name | string |
None. |
|
| ProductId | globally unique identifier |
None. |
|
| TenantId | globally unique identifier |
None. |
|
| IncludeDeletedEntities | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "4948f151-8e9a-426f-86b3-8d64049ee3d0",
"Code": "sample string 1",
"Name": "sample string 2",
"ProductId": "0e5d0e60-7857-4ba1-84c8-a312fc02bbff",
"TenantId": "c6388097-84f1-493b-99cc-584d910e154a",
"IncludeDeletedEntities": true
}
application/xml, text/xml
Sample:
<SkuFilterCriteriaDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Products.Models"> <Code>sample string 1</Code> <Id>4948f151-8e9a-426f-86b3-8d64049ee3d0</Id> <IncludeDeletedEntities>true</IncludeDeletedEntities> <Name>sample string 2</Name> <ProductId>0e5d0e60-7857-4ba1-84c8-a312fc02bbff</ProductId> <TenantId>c6388097-84f1-493b-99cc-584d910e154a</TenantId> </SkuFilterCriteriaDto>
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.