...
пример запроса - /xmlWebApi/contractParameters?contractId=386010 или /jsonWebApi/contractParameters?contractId=386010
ответы:
...
или
...
пример запроса - /xmlWebApi/contractTarifPlans?contractId=386010[&entityMid=1][&entityId=1] или /jsonWebApi/contractTarifPlans?contractId=386010[&entityMid=1][&entityId=1]
Ответы:
Блок кода |
---|
<response><status>Ok</status><contractTarifPlans><contractTarifPlan><id>273691</id><tariffPlanId>52</tariffPlanId><title>КИРИЛЛ (web)</title><dateFrom>06.01.2015</dateFrom><dateTo/><period>06.01.2015-…</period><comment>Смена тарифа через Web</comment><pos>2</pos></contractTarifPlan></contractTarifPlans></response> |
или
Блок кода |
---|
{
"contractTarifPlans": [
{
"period": "06.01.2015-…",
"pos": "2",
"dateTo": "",
"comment": "Смена тарифа через Web",
"id": "273691",
"tariffPlanId": "52",
"title": "КИРИЛЛ (web)",
"dateFrom": "06.01.2015"
}
],
"status": "Ok"
} |
Операция contractBalance
пример запроса - /xmlWebApi/contractBalance?contractId=386010 или /jsonWebApi/contractBalance?contractId=386010
...
Ответы:
...