POST api/cart/getconprice
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Rf_ContentAndPricing| Name | Description | Type | Additional information |
|---|---|---|---|
| Content | Rf_ItemContentModel |
None. |
|
| Pricing | Rf_ProductPrice |
None. |
Response Formats
application/json, text/json
Sample:
{
"Content": {
"Title": "sample string 1",
"Description": "sample string 2"
},
"Pricing": {
"Price": 1.0,
"RetailPrice": 2.0,
"DiscountAmount": 3.0,
"OnDemandHours": 1.0,
"LiveHours": 1.0,
"TotalHours": 1.0
}
}