POST api/CRUD_API2/GetPromotionsByCategory
Request Information
URI Parameters
None.
Body Parameters
PromotionCategoryRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Category | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Category": "sample string 1"
}
application/xml, text/xml
Sample:
<KTSController.PromotionCategoryRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CRUD_API2.Controllers"> <Category>sample string 1</Category> </KTSController.PromotionCategoryRequest>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.