I have the following ajax call on my page:
$.ajax({
url: 'EquipamentoTemControleFuncionamento',
data: { contratocod: contratocod, numeroserie: numerodeserie },
type: 'POST',
dataType: 'JSON',
success: function(retorno) {...
asked by
09.09.2016 / 19:57