The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /jsv/reply/PortaRate HTTP/1.1
Host: 7el.co
Content-Type: text/jsv
Content-Length: length
{
ITariff: 0,
Prefix: String,
CountryName: String,
FullCountryName: String,
Iso_3166_1_a2: String,
License: String,
ContentId: 0,
FeatureName: String
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length
{
Rate:
{
IDest: 0,
Number: String,
IRate: 0,
Price1: 0,
PriceN: 0,
Interval1: 0,
IntervalN: 0,
Currency: String,
Hidden: String,
Discontinued: String,
Forbidden: String,
destination: String,
description: String
},
CountrysRates:
[
{
Name: String,
Description: String,
Prefix: String,
SecondIntervalPrice: 0,
Hidden: String,
Discontinued: String,
Forbidden: String
}
],
License: String,
ContentId: 0,
FeatureName: String
}