BSG предоставляет API для получения информации о ценах в Вашем аккаунте.
Available http methods:
GET /rest/hlr/prices/{tariff}
GET /rest/sms/prices/{tariff}
GET /rest/viber/prices/{tariff}
Response:
{ "error":0,
"errorDescription":"No errors",
"prices":[
{
"type":"viber",
"country":"UA",
"country_name":"Ukraine",
"mcc":"255",
"price":"0.3300000",
"currency":"EUR"
}
]
}
В случае ошибки:
{ "error":"6",
"errorDescription":"Invalid tariff code"
}
Комментарии
0 комментариев
Статья закрыта для комментариев.