POST api/Media/GetMediaServerInfo
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
ApiInfoEntityOfObjectName | Description | Type | Additional information |
---|---|---|---|
data | Object |
None. |
|
code | integer |
None. |
|
msg | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "data": {}, "code": 2, "msg": "sample string 3" }
application/xml, text/xml
Sample:
<ApiInfoEntityOfanyType 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 /> </ApiInfoEntityOfanyType>