Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • MK 429 posts 906 karma points
    Feb 11, 2013 @ 10:55
    MK
    0

    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

Please Sign in or register to post replies

Write your reply to:

Draft