POST api/categories/select
Request Information
URI Parameters
None.
Body Parameters
CategoryFilterCriteriaDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Name | string |
None. |
|
| TenantId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "6800207f-10ba-498c-a192-613332eea04a",
"Name": "sample string 1",
"TenantId": "fbaef883-b5f2-44c7-83e2-99a6098909ee"
}
application/xml, text/xml
Sample:
<CategoryFilterCriteriaDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Products.Models"> <Id>6800207f-10ba-498c-a192-613332eea04a</Id> <Name>sample string 1</Name> <TenantId>fbaef883-b5f2-44c7-83e2-99a6098909ee</TenantId> </CategoryFilterCriteriaDto>
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.