Authorization: ********************curl --location 'https://api.crol.mx/api/Inventario/NivelServicio?sucursalId=&conceptoId=&portafolioId=&entidades=&fecha1=&fecha2=&tipo=' \
--header 'Authorization: <api-key>'{
"data": [
{
"DATE": "2019-08-24T14:15:22.123Z",
"ORDER": "string",
"IDERP": 0,
"MATERIAL": "string",
"CLIENT": "string",
"PREFERRED_DATE": "string",
"DELIVERY_DATE": "string",
"QTY_ORDER": 0,
"QTY_DELIVERY": 0,
"QTY_REJECT": 0,
"POPULATION_DATE": "string"
}
],
"resultado": true,
"error": {
"error": null,
"errorMensaje": "string",
"errorCodigo": 0
}
}