POST api/productTypes/select
Request Information
URI Parameters
None.
Body Parameters
ProductTypeFilterCriteriaDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Name | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "b9f5f088-a4c2-4b9f-a445-3d11e17feb2f",
"Name": "sample string 1"
}
application/xml, text/xml
Sample:
<ProductTypeFilterCriteriaDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Products.Models"> <Id>b9f5f088-a4c2-4b9f-a445-3d11e17feb2f</Id> <Name>sample string 1</Name> </ProductTypeFilterCriteriaDto>
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.