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": "517ad98d-c922-42a3-9709-c0942a2958e4",
"Code": "sample string 1",
"Name": "sample string 2",
"ProductId": "42d213c4-00e9-45a8-83a9-d5b043ff4b67",
"TenantId": "98a3736e-e923-4073-96e8-ed3b8b7fb993",
"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>517ad98d-c922-42a3-9709-c0942a2958e4</Id> <IncludeDeletedEntities>true</IncludeDeletedEntities> <Name>sample string 2</Name> <ProductId>42d213c4-00e9-45a8-83a9-d5b043ff4b67</ProductId> <TenantId>98a3736e-e923-4073-96e8-ed3b8b7fb993</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.