This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
api:generator [2019/01/01 15:00] Jochen Linnemann [Example using jQuery] |
api:generator [2019/01/01 15:00] (current) Jochen Linnemann [Example using jQuery] |
||
---|---|---|---|
Line 8: | Line 8: | ||
$.ajax("https://generator.campaign-logger.com/", { | $.ajax("https://generator.campaign-logger.com/", { | ||
method: "POST", | method: "POST", | ||
- | contentType: "application/json", | + | contentType: "application/json", |
data: generatorJson | data: generatorJson | ||
}).then(function (data) { | }).then(function (data) { |