POST api/Media/CloseAllVideo
Request Information
URI Parameters
None.
Body Parameters
Collection of ObjectNone.
Request Formats
application/json, text/json, application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ApiInfoEntityOfInt32Name | Description | Type | Additional information |
---|---|---|---|
data | integer |
None. |
|
code | integer |
None. |
|
msg | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "data": 1, "code": 2, "msg": "sample string 3" }
application/xml, text/xml
Sample:
<ApiInfoEntityOfint xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WisdomMobileCar.Model"> <Code>2</Code> <Message>sample string 3</Message> <Data>1</Data> </ApiInfoEntityOfint>