Skip to content

Instantly share code, notes, and snippets.

@kaweesi
Created March 30, 2017 11:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kaweesi/ca8351addaa6313f4a0969168213dc06 to your computer and use it in GitHub Desktop.
Save kaweesi/ca8351addaa6313f4a0969168213dc06 to your computer and use it in GitHub Desktop.
var settings = {
"async": true,
"crossDomain": true,
"url": "http://82.196.9.250:8080/api/dataElements",
"method": "POST",
"headers": {
"authorization": "Basic a2F3ZWVzaTpSb2NraWVjYXNoMDA5NjE0",
"content-type": "application/csv",
"cache-control": "no-cache",
"postman-token": "5a2e223a-a044-43c0-322e-0d368ec7dcbf"
},
"data": "name,shortName,code\ntestN1,testsN1,code1"
}
$.ajax(settings).done(function (response) {
console.log(response);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment