var settings = { "url": "http://69.2.160.132/VelocityAPI/API/Velocity", "method": "POST", "timeout": 0, "headers": { "Content-Type": "application/json" }, "data": JSON.stringify({ "GUID": "4B7F9176-AF96-434C-A5F5-4503368CF518", "TV": false, "Internet": false, "Phone": true }), }; $.ajax(settings).done(function (response) { console.log(response); });