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": "52dcfd41-e51b-48be-8686-090be6a3b1bc",
"Name": "sample string 1",
"TenantId": "1499e3f1-9e05-4887-afb8-13b1e6066f62"
}
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>52dcfd41-e51b-48be-8686-090be6a3b1bc</Id> <Name>sample string 1</Name> <TenantId>1499e3f1-9e05-4887-afb8-13b1e6066f62</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.