Skip to content

Flujo por Región GET

URL: https://api.painelalter.com/api/multiflow/GetFlowPerRegion?dateBegin=2023-05-08&dateEnd=2023-05-09

Devuelve conteos de flujo para regiones internas específicas dentro de la tienda.

Parámetros de Consulta

ParámetroDescripción
dateBeginFecha de inicio. Formato YYYY-MM-DD (inclusivo)
dateEndFecha de fin. Formato YYYY-MM-DD (inclusivo)

Ejemplo de Respuesta

json
[
    [
        {
            "localDate": "2023-05-08",
            "localHour": 8,
            "countingLocation": "Service Area 2",
            "deviceId": 6,
            "flow": 6,
            "storeAliasId": "1",
            "storeName": "Store ABC"
        },
        {
            "localDate": "2023-05-08",
            "localHour": 9,
            "countingLocation": "Service Area",
            "deviceId": 5,
            "flow": 8,
            "storeAliasId": "1",
            "storeName": "Store ABC"
        }
    ],
    [
        {
            "localDate": "2023-05-08",
            "localHour": 8,
            "countingLocation": "Service Area 2",
            "deviceId": 6,
            "flow": 6,
            "storeAliasId": "1",
            "storeName": "Store FGH"
        },
        {
            "localDate": "2023-05-08",
            "localHour": 9,
            "countingLocation": "Service Area",
            "deviceId": 5,
            "flow": 8,
            "storeAliasId": "1",
            "storeName": "Store FGH"
        }
    ]
]