POST Plan/FeaturesbyProduct
Request Information
URI Parameters
None.
Body Parameters
DaoProductPlanFeature| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| FeatureId | integer |
None. |
|
| Plan | string |
None. |
|
| Price | integer |
None. |
|
| Unit | string |
None. |
|
| Element | string |
None. |
|
| Features | string |
None. |
|
| ProductId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"FeatureId": 2,
"Plan": "sample string 3",
"Price": 4,
"Unit": "sample string 5",
"Element": "sample string 6",
"Features": "sample string 7",
"ProductId": 8
}
application/xml, text/xml
Sample:
<DaoProductPlanFeature xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Icodex.UserManagement.Services.Interfaces.Request.Dao.ProductPortal"> <Element>sample string 6</Element> <FeatureId>2</FeatureId> <Features>sample string 7</Features> <Id>1</Id> <Plan>sample string 3</Plan> <Price>4</Price> <ProductId>8</ProductId> <Unit>sample string 5</Unit> </DaoProductPlanFeature>
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.