var type = new Array("Competency", "Gender", "Global" );
$.ajax({
url: "/Crew/Crew/GetDefinationType/",
type: "POST",
data: "{type:'" + type + "'}",
contentType: "application/json",
dataType: "json",
I do not see the array of data

How can I do that?
