POST api/ConGroup/Get
Request Information
URI Parameters
None.
Body Parameters
BaseRequestName | Description | Type | Additional information |
---|---|---|---|
Ip | string |
None. |
|
Port | integer |
None. |
|
ApiLogin | integer |
None. |
|
ApiPassword | string |
None. |
|
Password | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "Ip": "sample string 1", "Port": 2, "ApiLogin": 3, "ApiPassword": "sample string 4", "Password": "sample string 5" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResponseDtoOfListOfStringName | Description | Type | Additional information |
---|---|---|---|
Status | MTRetCode |
None. |
|
Data | Collection of string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Status": 0, "Data": [ "sample string 1", "sample string 2" ] }