POST api/Common/GetIosMap
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
ApiInfoEntityOfMapEntityName | Description | Type | Additional information |
---|---|---|---|
data | MapEntity |
None. |
|
code | integer |
None. |
|
msg | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "data": { "MapType": "sample string 1", "MapKey": "sample string 2" }, "code": 1, "msg": "sample string 2" }
application/xml, text/xml
Sample:
<ApiInfoEntityOfMapEntityNdF_SKQEZ xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WisdomMobileCar.Model"> <Code>1</Code> <Message>sample string 2</Message> <Data> <MapKey>sample string 2</MapKey> <MapType>sample string 1</MapType> </Data> </ApiInfoEntityOfMapEntityNdF_SKQEZ>