POST api/{area}/IExportTariff/Get
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| area | string |
None. |
Body Parameters
Collection of ObjectNone.
Request Formats
application/json, text/json, application/xml, text/xml, application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResponseEntity| Name | Description | Type | Additional information |
|---|---|---|---|
| data | Object |
None. |
|
| pageSize | integer |
None. |
|
| pageIndex | integer |
None. |
|
| total | integer |
None. |
|
| code | string |
None. |
|
| success | boolean |
None. |
|
| message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"data": {},
"pageSize": 2,
"pageIndex": 3,
"total": 4,
"code": "sample string 5",
"success": true,
"message": "sample string 7"
}
application/xml, text/xml
Sample:
<ResponseEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DataInteractionCenter.Utils"> <code>sample string 5</code> <data /> <message>sample string 7</message> <pageIndex>3</pageIndex> <pageSize>2</pageSize> <success>true</success> <total>4</total> </ResponseEntity>