GET api/brusper/get_tariff?iicode={iicode}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| iicode | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of get_tariff| Name | Description | Type | Additional information |
|---|---|---|---|
| tar_price | string |
None. |
|
| tar_name | string |
None. |
|
| no_product | string |
None. |
|
| error | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"tar_price": "sample string 1",
"tar_name": "sample string 2",
"no_product": "sample string 3",
"error": "sample string 4"
},
{
"tar_price": "sample string 1",
"tar_name": "sample string 2",
"no_product": "sample string 3",
"error": "sample string 4"
}
]
application/xml, text/xml
Sample:
<ArrayOfget_tariff xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Brusper_api.Models">
<get_tariff>
<error>sample string 4</error>
<no_product>sample string 3</no_product>
<tar_name>sample string 2</tar_name>
<tar_price>sample string 1</tar_price>
</get_tariff>
<get_tariff>
<error>sample string 4</error>
<no_product>sample string 3</no_product>
<tar_name>sample string 2</tar_name>
<tar_price>sample string 1</tar_price>
</get_tariff>
</ArrayOfget_tariff>