Selling points.

 
Action: points_get
 
 
You need to specify the language of translation of the received information
 
 
 
 
 
 
Вывод
 
 
{
    "status""ok",
    "error""",
    "data": [
        {
            "firm_adress_id""3",
            "firm""3",
            "type""1", type of outlet (1-production, 2 - warehouse, 3 - sale)
            "production""1", pointer that there is production at the point
            "production_small""0", indicator that there is trimming (minimum production processing)
            "sale""0", sign that there is a sale
            "stock""1", pointer that there is a warehouse
            "adress""20020",
            "name""Abris-Service",
            "phone""380508869938",
            "phone2""380508869938",
            "email""[email protected]"
        },
        {
            "firm_adress_id""4",
            "firm""3",
            "type""3",
            "production""0",
            "production_small""0",
            "sale""1",
            "stock""0",
            "adress""20022",
            "name""Store Abris. ",
            "phone""380664801217",
            "phone2""0983646066",
            "email""[email protected]"
        },
        ...
    ]
}