Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi there,
Does anyone know how can I get the json object in the restextension method?
My call looks like this:
$.ajax({
type: 'POST',
url: '/base/Expenditure/SetExpenditureRequest.aspx',
contentType: 'application/json; charset=utf-8',
dataType: 'json',
data: JSON.stringify(expenseTable)
}).done(function (data) {
});
Not sure on how to get the data.
Is there a way to define the methos to get post requests?
Many thanks
mkariti
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Get Json object in restExtension method?
Hi there,
Does anyone know how can I get the json object in the restextension method?
My call looks like this:
$.ajax({
type: 'POST',
url: '/base/Expenditure/SetExpenditureRequest.aspx',
contentType: 'application/json; charset=utf-8',
dataType: 'json',
data: JSON.stringify(expenseTable)
}).done(function (data) {
});
Not sure on how to get the data.
Is there a way to define the methos to get post requests?
Many thanks
mkariti
is working on a reply...