Endpoint para registrar los marges de ganancia minimos y maximos de cada producto a traves de un archivo excel o csv. Los registros deben estar en un formato establecido para que puedan ser admitidos por el endpoint.
CAMPO | REQUERIDO | TIPO DE DATO |
---|---|---|
router_file | True | String |
type_file | True | integer |
client | True | integer |
let formData = new FormData();
formData.append("router_file", router_file);
formData.append("client", 2);
formData.append("type_file", 4);
CODIGO | RESPUESTA | DESCRIPCIÓN |
---|---|---|
200 | SUCCESS | - |