GET ./scoli/abonamente

It is used to return the subscriptions of a school.

GET parameters

NameValue TypeValidationDetails
liceuIDintRequiredSchool ID.

Output example

{
"meta": {
"countTotal": "2",
"countData": "2",
"countOffset": "0"
},
"data": [
{
"aboID": "1",
"aboNume": "Standard",
"aboNrOrdine": "1",
"at2lVs": "4.20",
"at2lVsTVA": "0.80",
"at2lVa": "8.40",
"at2lVaTVA": "1.60"
},
{
"aboID": "2",
"aboNume": "Standard + Extraopțiunea SMS",
"aboNrOrdine": "2",
"at2lVs": "21.01",
"at2lVsTVA": "3.99",
"at2lVa": "42.02",
"at2lVaTVA": "7.98"
}
]
}