POST api/products/GetLiveActiveList
Request Information
URI Parameters
None.
Body Parameters
ProductLiveRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| onlineLiveBroadcast_id | integer |
None. |
|
| count | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"onlineLiveBroadcast_id": 1,
"count": 2
}
text/xml
Sample:
<ProductLiveRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/pcone_api.Models.RequestModels"> <count>2</count> <onlineLiveBroadcast_id>1</onlineLiveBroadcast_id> </ProductLiveRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/xml
Sample:
Sample not available.