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...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
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...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.